#D8DEE0

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

Shades of Pattens Blue #D8DEE0

Tints of Pattens Blue #D8DEE0

Color information

#D8DEE0 (or 0xD8DEE0) is unknown color: approx Pattens Blue. HEX triplet: D8, DE and E0. RGB value is (216,222,224). Sum of RGB (Red+Green+Blue) = 216+222+224=662 (87% of max value = 765). Red value is 216 (84.77% from 255 or 32.63% from 662); Green value is 222 (87.11% from 255 or 33.53% from 662); Blue value is 224 (87.89% from 255 or 33.84% from 662); Max value from RGB is 224 - color contains mainly: blue. Hex color #D8DEE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8DEE0 is #27211F. Grayscale: #DCDCDC. Windows color (decimal): -2564384 or 14737112. OLE color: 14737112.

HSL color Cylindrical-coordinate representation of color #D8DEE0: hue angle of 195º degrees, saturation: 0.11, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #D8DEE0 is Cyan = 0.04, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB216222224-
CMYK0.040.0100.12
HSL195º11.43%86.27%-
HSV(B)195º3.57%87.84%-
XYZ67.8972.2280.88-
YUV220.43130.01124.84-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 32.63%
GREEN value IS 222 (87.11% from 255) = 33.53%
BLUE value IS 224 (87.89% from 255) = 33.84%
R=32.63%
G=33.53%
B=33.84%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2162222240.040.0100.1219511.4386.27
HexD8DEE0410Cc3b56
Octal3303363404101430313126
Binary1101100011011110111000001001011001100001110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8DEE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8DEE0; }

 p { color: rgb(216,222,224); }

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

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

 a { background-color: rgb(216,222,224); }

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

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

 span { border-color: rgb(216,222,224); }

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