#D8EEFC

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

Shades of Pattens Blue #D8EEFC

Tints of Pattens Blue #D8EEFC

Color information

#D8EEFC (or 0xD8EEFC) is unknown color: approx Pattens Blue. HEX triplet: D8, EE and FC. RGB value is (216,238,252). Sum of RGB (Red+Green+Blue) = 216+238+252=706 (93% of max value = 765). Red value is 216 (84.77% from 255 or 30.59% from 706); Green value is 238 (93.36% from 255 or 33.71% from 706); Blue value is 252 (98.83% from 255 or 35.69% from 706); Max value from RGB is 252 - color contains mainly: blue. Hex color #D8EEFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D8EEFC is #271103. Grayscale: #E8E8E8. Windows color (decimal): -2560260 or 16576216. OLE color: 16576216.

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

Color convert

RGB216238252-
CMYK0.140.0600.01
HSL203.33º85.71%91.76%-
HSV(B)203.33º14.29%98.82%-
XYZ76.4682.78104.04-
YUV233.02138.71115.86-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 30.59%
GREEN value IS 238 (93.36% from 255) = 33.71%
BLUE value IS 252 (98.83% from 255) = 35.69%
R=30.59%
G=33.71%
B=35.69%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2162382520.140.0600.01203.3385.7191.76
HexD8EEFCE601cb565c
Octal33035637416601313126134
Binary1101100011101110111111001110110011100101110101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8EEFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8EEFC; }

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

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

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

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

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

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

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

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