#D8CBE7

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

Shades of Fog #D8CBE7

Tints of Fog #D8CBE7

Color information

#D8CBE7 (or 0xD8CBE7) is unknown color: approx Fog. HEX triplet: D8, CB and E7. RGB value is (216,203,231). Sum of RGB (Red+Green+Blue) = 216+203+231=650 (86% of max value = 765). Red value is 216 (84.77% from 255 or 33.23% from 650); Green value is 203 (79.69% from 255 or 31.23% from 650); Blue value is 231 (90.62% from 255 or 35.54% from 650); Max value from RGB is 231 - color contains mainly: blue. Hex color #D8CBE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8CBE7 is #273418. Grayscale: #D1D1D1. Windows color (decimal): -2569241 or 15191000. OLE color: 15191000.

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

Color convert

RGB216203231-
CMYK0.060.1200.09
HSL267.86º36.84%85.1%-
HSV(B)267.86º12.12%90.59%-
XYZ64.163.0884.4-
YUV210.08139.81132.22-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 33.23%
GREEN value IS 203 (79.69% from 255) = 31.23%
BLUE value IS 231 (90.62% from 255) = 35.54%
R=33.23%
G=31.23%
B=35.54%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2162032310.060.1200.09267.8636.8485.1
HexD8CBE76C0910c2555
Octal33031334761401141445125
Binary1101100011001011111001111101100010011000011001001011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8CBE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8CBE7; }

 p { color: rgb(216,203,231); }

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

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

 a { background-color: rgb(216,203,231); }

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

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

 span { border-color: rgb(216,203,231); }

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