#D4CCEB

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

Shades of Fog #D4CCEB

Tints of Fog #D4CCEB

Color information

#D4CCEB (or 0xD4CCEB) is unknown color: approx Fog. HEX triplet: D4, CC and EB. RGB value is (212,204,235). Sum of RGB (Red+Green+Blue) = 212+204+235=651 (86% of max value = 765). Red value is 212 (83.20% from 255 or 32.57% from 651); Green value is 204 (80.08% from 255 or 31.34% from 651); Blue value is 235 (92.19% from 255 or 36.10% from 651); Max value from RGB is 235 - color contains mainly: blue. Hex color #D4CCEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4CCEB is #2B3314. Grayscale: #D1D1D1. Windows color (decimal): -2831125 or 15453396. OLE color: 15453396.

HSL color Cylindrical-coordinate representation of color #D4CCEB: hue angle of 255.48º degrees, saturation: 0.44, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D4CCEB is Cyan = 0.10, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB212204235-
CMYK0.100.1300.08
HSL255.48º43.66%86.08%-
HSV(B)255.48º13.19%92.16%-
XYZ63.7463.1887.43-
YUV209.93142.15129.48-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 32.57%
GREEN value IS 204 (80.08% from 255) = 31.34%
BLUE value IS 235 (92.19% from 255) = 36.10%
R=32.57%
G=31.34%
B=36.10%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2122042350.100.1300.08255.4843.6686.08
HexD4CCEBAD08ff2c56
Octal324314353121501037754126
Binary1101010011001100111010111010110101000111111111011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4CCEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4CCEB; }

 p { color: rgb(212,204,235); }

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

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

 a { background-color: rgb(212,204,235); }

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

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

 span { border-color: rgb(212,204,235); }

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