#DDE8EE

Color #DDE8EE Pattens Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pattens Blue #DDE8EE

Tints of Pattens Blue #DDE8EE

Color information

#DDE8EE (or 0xDDE8EE) is unknown color: approx Pattens Blue. HEX triplet: DD, E8 and EE. RGB value is (221,232,238). Sum of RGB (Red+Green+Blue) = 221+232+238=691 (91% of max value = 765). Red value is 221 (86.72% from 255 or 31.98% from 691); Green value is 232 (91.02% from 255 or 33.57% from 691); Blue value is 238 (93.36% from 255 or 34.44% from 691); Max value from RGB is 238 - color contains mainly: blue. Hex color #DDE8EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDE8EE is #221711. Grayscale: #E5E5E5. Windows color (decimal): -2234130 or 15657181. OLE color: 15657181.

HSL color Cylindrical-coordinate representation of color #DDE8EE: hue angle of 201.18º degrees, saturation: 0.33, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DDE8EE is Cyan = 0.07, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB221232238-
CMYK0.070.0300.07
HSL201.18º33.33%90%-
HSV(B)201.18º7.14%93.33%-
XYZ74.1179.2692.28-
YUV229.4132.86122.01-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 221 (86.72% from 255) = 31.98%
GREEN value IS 232 (91.02% from 255) = 33.57%
BLUE value IS 238 (93.36% from 255) = 34.44%
R=31.98%
G=33.57%
B=34.44%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2212322380.070.0300.07201.1833.3390
HexDDE8EE7307c9215a
Octal335350356730731141132
Binary110111011110100011101110111110111110010011000011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE8EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE8EE; }

 p { color: rgb(221,232,238); }

 H1.HeaderClassName
 {
   color: #DDE8EE;
 }
 .AnyTagClassName
 {
   color: #DDE8EE;
 }
</style>
background-color css

<style>
 a { background-color: #DDE8EE; }

 a { background-color: rgb(221,232,238); }

 div.DivClassName
 {
   background-color: #DDE8EE;
 }
 .BgClassName
 {
   background-color: #DDE8EE;
 }
</style>
border-color css

<style>
 span { border-color: #DDE8EE; }

 span { border-color: rgb(221,232,238); }

 td.TdClassName
 {
   border-color: #DDE8EE;
 }
 .TagClassName
 {
   border-color: #DDE8EE;
 }
</style>