#D6CEE7

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

Shades of Fog #D6CEE7

Tints of Fog #D6CEE7

Color information

#D6CEE7 (or 0xD6CEE7) is unknown color: approx Fog. HEX triplet: D6, CE and E7. RGB value is (214,206,231). Sum of RGB (Red+Green+Blue) = 214+206+231=651 (86% of max value = 765). Red value is 214 (83.98% from 255 or 32.87% from 651); Green value is 206 (80.86% from 255 or 31.64% from 651); Blue value is 231 (90.62% from 255 or 35.48% from 651); Max value from RGB is 231 - color contains mainly: blue. Hex color #D6CEE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6CEE7 is #293118. Grayscale: #D3D3D3. Windows color (decimal): -2699545 or 15191766. OLE color: 15191766.

HSL color Cylindrical-coordinate representation of color #D6CEE7: hue angle of 259.2º degrees, saturation: 0.34, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D6CEE7 is Cyan = 0.07, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB214206231-
CMYK0.070.1100.09
HSL259.2º34.25%85.69%-
HSV(B)259.2º10.82%90.59%-
XYZ64.2364.2184.61-
YUV211.24139.15129.97-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 32.87%
GREEN value IS 206 (80.86% from 255) = 31.64%
BLUE value IS 231 (90.62% from 255) = 35.48%
R=32.87%
G=31.64%
B=35.48%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2142062310.070.1100.09259.234.2585.69
HexD6CEE77B091032256
Octal32631634771301140342126
Binary1101011011001110111001111111011010011000000111000101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6CEE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6CEE7; }

 p { color: rgb(214,206,231); }

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

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

 a { background-color: rgb(214,206,231); }

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

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

 span { border-color: rgb(214,206,231); }

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