#D2EEFE

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

Shades of Pattens Blue #D2EEFE

Tints of Pattens Blue #D2EEFE

Color information

#D2EEFE (or 0xD2EEFE) is unknown color: approx Pattens Blue. HEX triplet: D2, EE and FE. RGB value is (210,238,254). Sum of RGB (Red+Green+Blue) = 210+238+254=702 (92% of max value = 765). Red value is 210 (82.42% from 255 or 29.91% from 702); Green value is 238 (93.36% from 255 or 33.90% from 702); Blue value is 254 (99.61% from 255 or 36.18% from 702); Max value from RGB is 254 - color contains mainly: blue. Hex color #D2EEFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D2EEFE is #2D1101. Grayscale: #E7E7E7. Windows color (decimal): -2953474 or 16707282. OLE color: 16707282.

HSL color Cylindrical-coordinate representation of color #D2EEFE: hue angle of 201.82º degrees, saturation: 0.96, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D2EEFE is Cyan = 0.17, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB210238254-
CMYK0.170.0600.00
HSL201.82º95.65%90.98%-
HSV(B)201.82º17.32%99.61%-
XYZ75.0482.01105.64-
YUV231.45140.72112.7-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 29.91%
GREEN value IS 238 (93.36% from 255) = 33.90%
BLUE value IS 254 (99.61% from 255) = 36.18%
R=29.91%
G=33.90%
B=36.18%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2102382540.170.0600.00201.8295.6590.98
HexD2EEFE11600ca605b
Octal32235637621600312140133
Binary11010010111011101111111010001110001100101011000001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2EEFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2EEFE; }

 p { color: rgb(210,238,254); }

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

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

 a { background-color: rgb(210,238,254); }

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

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

 span { border-color: rgb(210,238,254); }

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