#D6CCE9

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

Shades of Fog #D6CCE9

Tints of Fog #D6CCE9

Color information

#D6CCE9 (or 0xD6CCE9) is unknown color: approx Fog. HEX triplet: D6, CC and E9. RGB value is (214,204,233). Sum of RGB (Red+Green+Blue) = 214+204+233=651 (86% of max value = 765). Red value is 214 (83.98% from 255 or 32.87% from 651); Green value is 204 (80.08% from 255 or 31.34% from 651); Blue value is 233 (91.41% from 255 or 35.79% from 651); Max value from RGB is 233 - color contains mainly: blue. Hex color #D6CCE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6CCE9 is #293316. Grayscale: #D2D2D2. Windows color (decimal): -2700055 or 15322326. OLE color: 15322326.

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

Color convert

RGB214204233-
CMYK0.080.1200.09
HSL260.69º39.73%85.69%-
HSV(B)260.69º12.45%91.37%-
XYZ64.0363.3785.95-
YUV210.3140.81130.64-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 32.87%
GREEN value IS 204 (80.08% from 255) = 31.34%
BLUE value IS 233 (91.41% from 255) = 35.79%
R=32.87%
G=31.34%
B=35.79%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2142042330.080.1200.09260.6939.7385.69
HexD6CCE98C091052856
Octal326314351101401140550126
Binary11010110110011001110100110001100010011000001011010001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6CCE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6CCE9; }

 p { color: rgb(214,204,233); }

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

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

 a { background-color: rgb(214,204,233); }

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

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

 span { border-color: rgb(214,204,233); }

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