#D6EEF8

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

Shades of Pattens Blue #D6EEF8

Tints of Pattens Blue #D6EEF8

Color information

#D6EEF8 (or 0xD6EEF8) is unknown color: approx Pattens Blue. HEX triplet: D6, EE and F8. RGB value is (214,238,248). Sum of RGB (Red+Green+Blue) = 214+238+248=700 (92% of max value = 765). Red value is 214 (83.98% from 255 or 30.57% from 700); Green value is 238 (93.36% from 255 or 34% from 700); Blue value is 248 (97.27% from 255 or 35.43% from 700); Max value from RGB is 248 - color contains mainly: blue. Hex color #D6EEF8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D6EEF8 is #291107. Grayscale: #E7E7E7. Windows color (decimal): -2691336 or 16314070. OLE color: 16314070.

HSL color Cylindrical-coordinate representation of color #D6EEF8: hue angle of 197.65º degrees, saturation: 0.71, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D6EEF8 is Cyan = 0.14, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB214238248-
CMYK0.140.0400.03
HSL197.65º70.83%90.59%-
HSV(B)197.65º13.71%97.25%-
XYZ75.2582.22100.71-
YUV231.96137.05115.19-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 30.57%
GREEN value IS 238 (93.36% from 255) = 34%
BLUE value IS 248 (97.27% from 255) = 35.43%
R=30.57%
G=34%
B=35.43%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2142382480.140.0400.03197.6570.8390.59
HexD6EEF8E403c6475b
Octal32635637016403306107133
Binary11010110111011101111100011101000111100011010001111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6EEF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6EEF8; }

 p { color: rgb(214,238,248); }

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

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

 a { background-color: rgb(214,238,248); }

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

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

 span { border-color: rgb(214,238,248); }

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