#D2E0EA

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

Shades of Pattens Blue #D2E0EA

Tints of Pattens Blue #D2E0EA

Color information

#D2E0EA (or 0xD2E0EA) is unknown color: approx Pattens Blue. HEX triplet: D2, E0 and EA. RGB value is (210,224,234). Sum of RGB (Red+Green+Blue) = 210+224+234=668 (88% of max value = 765). Red value is 210 (82.42% from 255 or 31.44% from 668); Green value is 224 (87.89% from 255 or 33.53% from 668); Blue value is 234 (91.80% from 255 or 35.03% from 668); Max value from RGB is 234 - color contains mainly: blue. Hex color #D2E0EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2E0EA is #2D1F15. Grayscale: #DCDCDC. Windows color (decimal): -2957078 or 15392978. OLE color: 15392978.

HSL color Cylindrical-coordinate representation of color #D2E0EA: hue angle of 205º degrees, saturation: 0.36, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D2E0EA is Cyan = 0.10, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB210224234-
CMYK0.100.0400.08
HSL205º36.36%87.06%-
HSV(B)205º10.26%91.76%-
XYZ68.0972.9588.33-
YUV220.95135.36120.19-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 31.44%
GREEN value IS 224 (87.89% from 255) = 33.53%
BLUE value IS 234 (91.80% from 255) = 35.03%
R=31.44%
G=33.53%
B=35.03%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2102242340.100.0400.0820536.3687.06
HexD2E0EAA408cd2457
Octal32234035212401031544127
Binary110100101110000011101010101010001000110011011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2E0EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2E0EA; }

 p { color: rgb(210,224,234); }

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

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

 a { background-color: rgb(210,224,234); }

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

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

 span { border-color: rgb(210,224,234); }

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