#D2E4EC

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

Shades of Pattens Blue #D2E4EC

Tints of Pattens Blue #D2E4EC

Color information

#D2E4EC (or 0xD2E4EC) is unknown color: approx Pattens Blue. HEX triplet: D2, E4 and EC. RGB value is (210,228,236). Sum of RGB (Red+Green+Blue) = 210+228+236=674 (89% of max value = 765). Red value is 210 (82.42% from 255 or 31.16% from 674); Green value is 228 (89.45% from 255 or 33.83% from 674); Blue value is 236 (92.58% from 255 or 35.01% from 674); Max value from RGB is 236 - color contains mainly: blue. Hex color #D2E4EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2E4EC is #2D1B13. Grayscale: #DFDFDF. Windows color (decimal): -2956052 or 15525074. OLE color: 15525074.

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

Color convert

RGB210228236-
CMYK0.110.0300.07
HSL198.46º40.62%87.45%-
HSV(B)198.46º11.02%92.55%-
XYZ69.4675.2490.22-
YUV223.53135.04118.35-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 31.16%
GREEN value IS 228 (89.45% from 255) = 33.83%
BLUE value IS 236 (92.58% from 255) = 35.01%
R=31.16%
G=33.83%
B=35.01%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2102282360.110.0300.07198.4640.6287.45
HexD2E4ECB307c62957
Octal3223443541330730651127
Binary1101001011100100111011001011110111110001101010011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2E4EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2E4EC; }

 p { color: rgb(210,228,236); }

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

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

 a { background-color: rgb(210,228,236); }

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

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

 span { border-color: rgb(210,228,236); }

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