#D6E6EE

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

Shades of Pattens Blue #D6E6EE

Tints of Pattens Blue #D6E6EE

Color information

#D6E6EE (or 0xD6E6EE) is unknown color: approx Pattens Blue. HEX triplet: D6, E6 and EE. RGB value is (214,230,238). Sum of RGB (Red+Green+Blue) = 214+230+238=682 (90% of max value = 765). Red value is 214 (83.98% from 255 or 31.38% from 682); Green value is 230 (90.23% from 255 or 33.72% from 682); Blue value is 238 (93.36% from 255 or 34.90% from 682); Max value from RGB is 238 - color contains mainly: blue. Hex color #D6E6EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D6E6EE is #291911. Grayscale: #E2E2E2. Windows color (decimal): -2693394 or 15656662. OLE color: 15656662.

HSL color Cylindrical-coordinate representation of color #D6E6EE: hue angle of 200º degrees, saturation: 0.41, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D6E6EE is Cyan = 0.10, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB214230238-
CMYK0.100.0300.07
HSL200º41.38%88.63%-
HSV(B)200º10.08%93.33%-
XYZ71.4677.0692-
YUV226.13134.7119.35-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 31.38%
GREEN value IS 230 (90.23% from 255) = 33.72%
BLUE value IS 238 (93.36% from 255) = 34.90%
R=31.38%
G=33.72%
B=34.90%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2142302380.100.0300.0720041.3888.63
HexD6E6EEA307c82959
Octal3263463561230731051131
Binary1101011011100110111011101010110111110010001010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6E6EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6E6EE; }

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

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

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

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

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

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

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

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