#D8CBE4

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

Shades of Fog #D8CBE4

Tints of Fog #D8CBE4

Color information

#D8CBE4 (or 0xD8CBE4) is unknown color: approx Fog. HEX triplet: D8, CB and E4. RGB value is (216,203,228). Sum of RGB (Red+Green+Blue) = 216+203+228=647 (85% of max value = 765). Red value is 216 (84.77% from 255 or 33.38% from 647); Green value is 203 (79.69% from 255 or 31.38% from 647); Blue value is 228 (89.45% from 255 or 35.24% from 647); Max value from RGB is 228 - color contains mainly: blue. Hex color #D8CBE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8CBE4 is #27341B. Grayscale: #D1D1D1. Windows color (decimal): -2569244 or 14994392. OLE color: 14994392.

HSL color Cylindrical-coordinate representation of color #D8CBE4: hue angle of 271.2º degrees, saturation: 0.32, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D8CBE4 is Cyan = 0.05, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB216203228-
CMYK0.050.1100.11
HSL271.2º31.65%84.51%-
HSV(B)271.2º10.96%89.41%-
XYZ63.6862.9182.19-
YUV209.74138.31132.47-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 33.38%
GREEN value IS 203 (79.69% from 255) = 31.38%
BLUE value IS 228 (89.45% from 255) = 35.24%
R=33.38%
G=31.38%
B=35.24%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2162032280.050.1100.11271.231.6584.51
HexD8CBE45B0B10f2055
Octal33031334451301341740125
Binary1101100011001011111001001011011010111000011111000001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8CBE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8CBE4; }

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

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

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

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

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

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

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

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