#D8CBF8

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

Shades of Fog #D8CBF8

Tints of Fog #D8CBF8

Color information

#D8CBF8 (or 0xD8CBF8) is unknown color: approx Fog. HEX triplet: D8, CB and F8. RGB value is (216,203,248). Sum of RGB (Red+Green+Blue) = 216+203+248=667 (88% of max value = 765). Red value is 216 (84.77% from 255 or 32.38% from 667); Green value is 203 (79.69% from 255 or 30.43% from 667); Blue value is 248 (97.27% from 255 or 37.18% from 667); Max value from RGB is 248 - color contains mainly: blue. Hex color #D8CBF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8CBF8 is #273407. Grayscale: #D3D3D3. Windows color (decimal): -2569224 or 16305112. OLE color: 16305112.

HSL color Cylindrical-coordinate representation of color #D8CBF8: hue angle of 257.33º degrees, saturation: 0.76, 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 #D8CBF8 is Cyan = 0.13, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB216203248-
CMYK0.130.1800.03
HSL257.33º76.27%88.43%-
HSV(B)257.33º18.15%97.25%-
XYZ66.6264.0997.67-
YUV212.02148.31130.84-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 32.38%
GREEN value IS 203 (79.69% from 255) = 30.43%
BLUE value IS 248 (97.27% from 255) = 37.18%
R=32.38%
G=30.43%
B=37.18%

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
Decimal2162032480.130.1800.03257.3376.2788.43
HexD8CBF8D12031014c58
Octal330313370152203401114130
Binary11011000110010111111100011011001001110000000110011001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8CBF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8CBF8; }

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

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

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

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

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

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

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

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