#D6CCF2

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

Shades of Fog #D6CCF2

Tints of Fog #D6CCF2

Color information

#D6CCF2 (or 0xD6CCF2) is unknown color: approx Fog. HEX triplet: D6, CC and F2. RGB value is (214,204,242). Sum of RGB (Red+Green+Blue) = 214+204+242=660 (87% of max value = 765). Red value is 214 (83.98% from 255 or 32.42% from 660); Green value is 204 (80.08% from 255 or 30.91% from 660); Blue value is 242 (94.92% from 255 or 36.67% from 660); Max value from RGB is 242 - color contains mainly: blue. Hex color #D6CCF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6CCF2 is #29330D. Grayscale: #D3D3D3. Windows color (decimal): -2700046 or 15912150. OLE color: 15912150.

HSL color Cylindrical-coordinate representation of color #D6CCF2: hue angle of 255.79º degrees, saturation: 0.59, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D6CCF2 is Cyan = 0.12, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB214204242-
CMYK0.120.1600.05
HSL255.79º59.38%87.45%-
HSV(B)255.79º15.7%94.9%-
XYZ65.3563.8992.89-
YUV211.32145.31129.91-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 32.42%
GREEN value IS 204 (80.08% from 255) = 30.91%
BLUE value IS 242 (94.92% from 255) = 36.67%
R=32.42%
G=30.91%
B=36.67%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2142042420.120.1600.05255.7959.3887.45
HexD6CCF2C10051003b57
Octal32631436214200540073127
Binary11010110110011001111001011001000001011000000001110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6CCF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6CCF2; }

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

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

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

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

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

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

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

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