#D4CBF2

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

Shades of Fog #D4CBF2

Tints of Fog #D4CBF2

Color information

#D4CBF2 (or 0xD4CBF2) is unknown color: approx Fog. HEX triplet: D4, CB and F2. RGB value is (212,203,242). Sum of RGB (Red+Green+Blue) = 212+203+242=657 (87% of max value = 765). Red value is 212 (83.20% from 255 or 32.27% from 657); Green value is 203 (79.69% from 255 or 30.90% from 657); Blue value is 242 (94.92% from 255 or 36.83% from 657); Max value from RGB is 242 - color contains mainly: blue. Hex color #D4CBF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4CBF2 is #2B340D. Grayscale: #D1D1D1. Windows color (decimal): -2831374 or 15911892. OLE color: 15911892.

HSL color Cylindrical-coordinate representation of color #D4CBF2: hue angle of 253.85º degrees, saturation: 0.6, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D4CBF2 is Cyan = 0.12, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB212203242-
CMYK0.120.1600.05
HSL253.85º60%87.25%-
HSV(B)253.85º16.12%94.9%-
XYZ64.5363.1292.79-
YUV210.14145.98129.33-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 32.27%
GREEN value IS 203 (79.69% from 255) = 30.90%
BLUE value IS 242 (94.92% from 255) = 36.83%
R=32.27%
G=30.90%
B=36.83%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2122032420.120.1600.05253.856087.25
HexD4CBF2C1005fe3c57
Octal32431336214200537674127
Binary1101010011001011111100101100100000101111111101111001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4CBF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4CBF2; }

 p { color: rgb(212,203,242); }

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

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

 a { background-color: rgb(212,203,242); }

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

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

 span { border-color: rgb(212,203,242); }

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