#D6CCEA

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

Shades of Fog #D6CCEA

Tints of Fog #D6CCEA

Color information

#D6CCEA (or 0xD6CCEA) is unknown color: approx Fog. HEX triplet: D6, CC and EA. RGB value is (214,204,234). Sum of RGB (Red+Green+Blue) = 214+204+234=652 (86% of max value = 765). Red value is 214 (83.98% from 255 or 32.82% from 652); Green value is 204 (80.08% from 255 or 31.29% from 652); Blue value is 234 (91.80% from 255 or 35.89% from 652); Max value from RGB is 234 - color contains mainly: blue. Hex color #D6CCEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6CCEA is #293315. Grayscale: #D2D2D2. Windows color (decimal): -2700054 or 15387862. OLE color: 15387862.

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

Color convert

RGB214204234-
CMYK0.090.1300.08
HSL260º41.67%85.88%-
HSV(B)260º12.82%91.76%-
XYZ64.1863.4286.7-
YUV210.41141.31130.56-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 32.82%
GREEN value IS 204 (80.08% from 255) = 31.29%
BLUE value IS 234 (91.80% from 255) = 35.89%
R=32.82%
G=31.29%
B=35.89%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2142042340.090.1300.0826041.6785.88
HexD6CCEA9D081042a56
Octal326314352111501040452126
Binary11010110110011001110101010011101010001000001001010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6CCEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6CCEA; }

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

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

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

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

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

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

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

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