#D8C4EB

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

Shades of Fog #D8C4EB

Tints of Fog #D8C4EB

Color information

#D8C4EB (or 0xD8C4EB) is unknown color: approx Fog. HEX triplet: D8, C4 and EB. RGB value is (216,196,235). Sum of RGB (Red+Green+Blue) = 216+196+235=647 (85% of max value = 765). Red value is 216 (84.77% from 255 or 33.38% from 647); Green value is 196 (76.95% from 255 or 30.29% from 647); Blue value is 235 (92.19% from 255 or 36.32% from 647); Max value from RGB is 235 - color contains mainly: blue. Hex color #D8C4EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8C4EB is #273B14. Grayscale: #CECECE. Windows color (decimal): -2571029 or 15451352. OLE color: 15451352.

HSL color Cylindrical-coordinate representation of color #D8C4EB: hue angle of 270.77º degrees, saturation: 0.49, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D8C4EB is Cyan = 0.08, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB216196235-
CMYK0.080.1700.08
HSL270.77º49.37%84.51%-
HSV(B)270.77º16.6%92.16%-
XYZ63.0560.0886.87-
YUV206.43144.13134.83-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 33.38%
GREEN value IS 196 (76.95% from 255) = 30.29%
BLUE value IS 235 (92.19% from 255) = 36.32%
R=33.38%
G=30.29%
B=36.32%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2161962350.080.1700.08270.7749.3784.51
HexD8C4EB8110810f3155
Octal330304353102101041761125
Binary110110001100010011101011100010001010001000011111100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8C4EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8C4EB; }

 p { color: rgb(216,196,235); }

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

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

 a { background-color: rgb(216,196,235); }

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

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

 span { border-color: rgb(216,196,235); }

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