#D2EAF9

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

Shades of Pattens Blue #D2EAF9

Tints of Pattens Blue #D2EAF9

Color information

#D2EAF9 (or 0xD2EAF9) is unknown color: approx Pattens Blue. HEX triplet: D2, EA and F9. RGB value is (210,234,249). Sum of RGB (Red+Green+Blue) = 210+234+249=693 (91% of max value = 765). Red value is 210 (82.42% from 255 or 30.30% from 693); Green value is 234 (91.80% from 255 or 33.77% from 693); Blue value is 249 (97.66% from 255 or 35.93% from 693); Max value from RGB is 249 - color contains mainly: blue. Hex color #D2EAF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D2EAF9 is #2D1506. Grayscale: #E4E4E4. Windows color (decimal): -2954503 or 16378578. OLE color: 16378578.

HSL color Cylindrical-coordinate representation of color #D2EAF9: hue angle of 203.08º degrees, saturation: 0.76, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D2EAF9 is Cyan = 0.16, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB210234249-
CMYK0.160.0600.02
HSL203.08º76.47%90%-
HSV(B)203.08º15.66%97.65%-
XYZ73.179.39101.09-
YUV228.53139.55114.78-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 30.30%
GREEN value IS 234 (91.80% from 255) = 33.77%
BLUE value IS 249 (97.66% from 255) = 35.93%
R=30.30%
G=33.77%
B=35.93%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2102342490.160.0600.02203.0876.4790
HexD2EAF910602cb4c5a
Octal32235237120602313114132
Binary110100101110101011111001100001100101100101110011001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2EAF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2EAF9; }

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

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

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

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

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

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

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

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