#D8EAF0

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

Shades of Pattens Blue #D8EAF0

Tints of Pattens Blue #D8EAF0

Color information

#D8EAF0 (or 0xD8EAF0) is unknown color: approx Pattens Blue. HEX triplet: D8, EA and F0. RGB value is (216,234,240). Sum of RGB (Red+Green+Blue) = 216+234+240=690 (91% of max value = 765). Red value is 216 (84.77% from 255 or 31.30% from 690); Green value is 234 (91.80% from 255 or 33.91% from 690); Blue value is 240 (94.14% from 255 or 34.78% from 690); Max value from RGB is 240 - color contains mainly: blue. Hex color #D8EAF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D8EAF0 is #27150F. Grayscale: #E5E5E5. Windows color (decimal): -2561296 or 15788760. OLE color: 15788760.

HSL color Cylindrical-coordinate representation of color #D8EAF0: hue angle of 195º degrees, saturation: 0.44, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D8EAF0 is Cyan = 0.1, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB216234240-
CMYK0.10.0200.06
HSL195º44.44%89.41%-
HSV(B)195º10%94.12%-
XYZ73.4779.7493.96-
YUV229.3134.04118.51-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 31.30%
GREEN value IS 234 (91.80% from 255) = 33.91%
BLUE value IS 240 (94.14% from 255) = 34.78%
R=31.30%
G=33.91%
B=34.78%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2162342400.10.0200.0619544.4489.41
HexD8EAF0A206c32c59
Octal3303523601220630354131
Binary1101100011101010111100001010100110110000111011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8EAF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8EAF0; }

 p { color: rgb(216,234,240); }

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

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

 a { background-color: rgb(216,234,240); }

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

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

 span { border-color: rgb(216,234,240); }

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