COLOR #DDE1ED

HEX: #DDE1ED
RGB: (221,225,237)

Renk bilgisi

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

RGB renk modeli

#DDE1ED color RGB value is (221,225,237).

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

RGB bağlantıları ve doygunluk

R 221 of 255 = 87%
G 225 of 255 = 88%
B 237 of 255 = 93%

221
225
237

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

Yüzdelerle RGB renk parçaları

R + G + B =
221 + 225 + 237 = 683 (100%)
R 221 of 683 ~ 32.36%
G 225 of 683 ~ 32.94%
B 237 of 683 ~ 34.7%

%32.36
%32.94
%34.7

CMYK RENK MODELİ

#DDE1ED rengi CMYK tonu (7,5,0,7).

  • camgöbeği tonu 6.75%
  • eflatun tonu 5.06%
  • sarı tonu 0.00%
  • ana renk tonu 7.06%
CMYK:
(7,5,0,7)
C7M5Y0K7 
(7%,5%,0%,7%)
(0.07/0.05/0.00/0.07)	

CMYK yüzdeleri

%6.75
%5.06
%0
%7.06

Codes

Color #DDE1ED in popluar color models

DDE1ED
RGB221225237
HSL225°30.77%89.80%
HSB/HSV225°6.75%92.94%
CMYK6.75%5.06%0.00%
7.06%

Color #DDE1ED in popluar number systems.

HEXDDE1ED
Decimal221225237
Binary110111011110000111101101
Octal335341355

Shades and tints

Shades of #DDE1ED

#DDE1ED
(221,225,237)
#C9CDD8
(201,205,216)
#B5B9C3
(181,185,195)
#A1A5AE
(161,165,174)
#8D9199
(141,145,153)
#797D84
(121,125,132)
#65696F
(101,105,111)
#51555A
(81,85,90)
#3D4145
(61,65,69)
#292D30
(41,45,48)
#15191B
(21,25,27)
#000000
(0,0,0)

Tints of #DDE1ED

#DDE1ED
(221,225,237)
#E0E3EE
(224,227,238)
#E3E5EF
(227,229,239)
#E6E7F0
(230,231,240)
#E9E9F1
(233,233,241)
#ECEBF2
(236,235,242)
#EFEDF3
(239,237,243)
#F2EFF4
(242,239,244)
#F5F1F5
(245,241,245)
#F8F3F6
(248,243,246)
#FBF5F7
(251,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDE1ED; }

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

This text font color is #DDE1ED.


Background Color

.myBgColor { background-color: #DDE1ED; }

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

This div background color is #DDE1ED.


Border color

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

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

This div border color is #DDE1ED.


Opacity

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

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

Text with #DDE1ED 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 #DDE1ED;}

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

This text has shadow with #DDE1ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDE1ED on black background.


Color preview on white background

This text has color #DDE1ED on white background.



Black color preview on #DDE1ED background

This text has black color on #DDE1ED background.


White color preview on #DDE1ED background

This text has white color on #DDE1ED background.