#D5DEE4

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

Shades of Pattens Blue #D5DEE4

Tints of Pattens Blue #D5DEE4

Color information

#D5DEE4 (or 0xD5DEE4) is unknown color: approx Pattens Blue. HEX triplet: D5, DE and E4. RGB value is (213,222,228). Sum of RGB (Red+Green+Blue) = 213+222+228=663 (87% of max value = 765). Red value is 213 (83.59% from 255 or 32.13% from 663); Green value is 222 (87.11% from 255 or 33.48% from 663); Blue value is 228 (89.45% from 255 or 34.39% from 663); Max value from RGB is 228 - color contains mainly: blue. Hex color #D5DEE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5DEE4 is #2A211B. Grayscale: #DBDBDB. Windows color (decimal): -2760988 or 14999253. OLE color: 14999253.

HSL color Cylindrical-coordinate representation of color #D5DEE4: hue angle of 204º degrees, saturation: 0.22, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D5DEE4 is Cyan = 0.07, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB213222228-
CMYK0.070.0300.11
HSL204º21.74%86.47%-
HSV(B)204º6.58%89.41%-
XYZ67.5771.9983.73-
YUV219.99132.52123.01-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 32.13%
GREEN value IS 222 (87.11% from 255) = 33.48%
BLUE value IS 228 (89.45% from 255) = 34.39%
R=32.13%
G=33.48%
B=34.39%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2132222280.070.0300.1120421.7486.47
HexD5DEE4730Bcc1656
Octal3253363447301331426126
Binary110101011101111011100100111110101111001100101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5DEE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5DEE4; }

 p { color: rgb(213,222,228); }

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

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

 a { background-color: rgb(213,222,228); }

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

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

 span { border-color: rgb(213,222,228); }

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