#D6CBF7

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

Shades of Fog #D6CBF7

Tints of Fog #D6CBF7

Color information

#D6CBF7 (or 0xD6CBF7) is unknown color: approx Fog. HEX triplet: D6, CB and F7. RGB value is (214,203,247). Sum of RGB (Red+Green+Blue) = 214+203+247=664 (87% of max value = 765). Red value is 214 (83.98% from 255 or 32.23% from 664); Green value is 203 (79.69% from 255 or 30.57% from 664); Blue value is 247 (96.88% from 255 or 37.20% from 664); Max value from RGB is 247 - color contains mainly: blue. Hex color #D6CBF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6CBF7 is #293408. Grayscale: #D3D3D3. Windows color (decimal): -2700297 or 16239574. OLE color: 16239574.

HSL color Cylindrical-coordinate representation of color #D6CBF7: hue angle of 255º degrees, saturation: 0.73, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D6CBF7 is Cyan = 0.13, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB214203247-
CMYK0.130.1800.03
HSL255º73.33%88.24%-
HSV(B)255º17.81%96.86%-
XYZ65.8863.7296.82-
YUV211.3148.14129.92-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 32.23%
GREEN value IS 203 (79.69% from 255) = 30.57%
BLUE value IS 247 (96.88% from 255) = 37.20%
R=32.23%
G=30.57%
B=37.20%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2142032470.130.1800.0325573.3388.24
HexD6CBF7D1203ff4958
Octal326313367152203377111130
Binary1101011011001011111101111101100100111111111110010011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6CBF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6CBF7; }

 p { color: rgb(214,203,247); }

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

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

 a { background-color: rgb(214,203,247); }

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

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

 span { border-color: rgb(214,203,247); }

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