COLOR #DDE1EB

HEX: #DDE1EB
RGB: (221,225,235)

Renk bilgisi

#DDE1EB contains red, green and blue colors in about the same proportion. #DDE1EB ‘ nin web güvenlik rengi #CCCCFF (ya da #CCF) dir.

RGB renk modeli

#DDE1EB color RGB value is (221,225,235).

  • kırmız ton 221;
  • yeşil ton 225;
  • mavi ton 235.
RGB:
(221,225,235)
(87%,88%,92%)

RGB bağlantıları ve doygunluk

R 221 of 255 = 87%
G 225 of 255 = 88%
B 235 of 255 = 92%

221
225
235

R + G + B ~ 89%. #DDE1EB is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
221 + 225 + 235 = 681 (100%)
R 221 of 681 ~ 32.45%
G 225 of 681 ~ 33.04%
B 235 of 681 ~ 34.51%

%32.45
%33.04
%34.51

CMYK RENK MODELİ

#DDE1EB rengi CMYK tonu (6,4,0,8).

  • camgöbeği tonu 5.96%
  • eflatun tonu 4.26%
  • sarı tonu 0.00%
  • ana renk tonu 7.84%
CMYK:
(6,4,0,8)
C6M4Y0K8 
(6%,4%,0%,8%)
(0.06/0.04/0.00/0.08)	

CMYK yüzdeleri

%5.96
%4.26
%0
%7.84

Codes

Color #DDE1EB in popluar color models

DDE1EB
RGB221225235
HSL223°25.93%89.41%
HSB/HSV223°5.96%92.16%
CMYK5.96%4.26%0.00%
7.84%

Color #DDE1EB in popluar number systems.

HEXDDE1EB
Decimal221225235
Binary110111011110000111101011
Octal335341353

Shades and tints

Shades of #DDE1EB

#DDE1EB
(221,225,235)
#C9CDD6
(201,205,214)
#B5B9C1
(181,185,193)
#A1A5AC
(161,165,172)
#8D9197
(141,145,151)
#797D82
(121,125,130)
#65696D
(101,105,109)
#515558
(81,85,88)
#3D4143
(61,65,67)
#292D2E
(41,45,46)
#151919
(21,25,25)
#000000
(0,0,0)

Tints of #DDE1EB

#DDE1EB
(221,225,235)
#E0E3EC
(224,227,236)
#E3E5ED
(227,229,237)
#E6E7EE
(230,231,238)
#E9E9EF
(233,233,239)
#ECEBF0
(236,235,240)
#EFEDF1
(239,237,241)
#F2EFF2
(242,239,242)
#F5F1F3
(245,241,243)
#F8F3F4
(248,243,244)
#FBF5F5
(251,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDE1EB color. Also use rgb(221,225,235) instead hex code.

Text Font Color

.myTextColor { color: #DDE1EB; }

<p style="color:#DDE1EB">This sample text font color is #DDE1EB.</p>

This text font color is #DDE1EB.


Background Color

.myBgColor { background-color: #DDE1EB; }

<div style="background-color:#DDE1EB">Inner text</div>

This div background color is #DDE1EB.


Border color

.myBorderColor { border: 1px solid #DDE1EB; }

<div style="border:3px solid #DDE1EB">Div</div>

This div border color is #DDE1EB.


Opacity

.myOpacity80 { color: #DDE1EB; opacity: 0.8; }

<p style="color:#DDE1EB;opacity:0.8;">80%</p>

Text with #DDE1EB color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #DDE1EB;}

<p style="text-shadow: 3px 3px 1px #DDE1EB">Text here.</p>

This text has shadow with #DDE1EB color.

.textShadow {text-shadow: 3px 3px 1px #DDE1EB, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #DDE1EB, 5px 5px 20px red">Text here.</p>

This text has shadow with #DDE1EB primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#DDE1EB, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#DDE1EB, Direction=45, Strength=4)">Text</p>

This text has shadow with #DDE1EB and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #DDE1EB;
  -webkit-box-shadow:	1px 1px 3px 2px #DDE1EB;
  box-shadow:		1px 1px 3px 2px #DDE1EB;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #DDE1EB;
-webkit-box-shadow: 1px 1px 3px 2px #DDE1EB;
box-shadow:1px 1px 3px 2px #DDE1EB;">
Div content here</div>
This div box has shadow with color #DDE1EB.

Preview

Color preview on black background

This text has color #DDE1EB on black background.


Color preview on white background

This text has color #DDE1EB on white background.



Black color preview on #DDE1EB background

This text has black color on #DDE1EB background.


White color preview on #DDE1EB background

This text has white color on #DDE1EB background.