#D2EEFC

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

Shades of Pattens Blue #D2EEFC

Tints of Pattens Blue #D2EEFC

Color information

#D2EEFC (or 0xD2EEFC) is unknown color: approx Pattens Blue. HEX triplet: D2, EE and FC. RGB value is (210,238,252). Sum of RGB (Red+Green+Blue) = 210+238+252=700 (92% of max value = 765). Red value is 210 (82.42% from 255 or 30% from 700); Green value is 238 (93.36% from 255 or 34% from 700); Blue value is 252 (98.83% from 255 or 36% from 700); Max value from RGB is 252 - color contains mainly: blue. Hex color #D2EEFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D2EEFC is #2D1103. Grayscale: #E7E7E7. Windows color (decimal): -2953476 or 16576210. OLE color: 16576210.

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

Color convert

RGB210238252-
CMYK0.170.0600.01
HSL200º87.5%90.59%-
HSV(B)200º16.67%98.82%-
XYZ74.7281.88103.96-
YUV231.22139.72112.86-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 30%
GREEN value IS 238 (93.36% from 255) = 34%
BLUE value IS 252 (98.83% from 255) = 36%
R=30%
G=34%
B=36%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2102382520.170.0600.0120087.590.59
HexD2EEFC11601c8585b
Octal32235637421601310130133
Binary11010010111011101111110010001110011100100010110001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2EEFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2EEFC; }

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

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

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

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

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

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

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

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