#D4CBEC

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

Shades of Fog #D4CBEC

Tints of Fog #D4CBEC

Color information

#D4CBEC (or 0xD4CBEC) is unknown color: approx Fog. HEX triplet: D4, CB and EC. RGB value is (212,203,236). Sum of RGB (Red+Green+Blue) = 212+203+236=651 (86% of max value = 765). Red value is 212 (83.20% from 255 or 32.57% from 651); Green value is 203 (79.69% from 255 or 31.18% from 651); Blue value is 236 (92.58% from 255 or 36.25% from 651); Max value from RGB is 236 - color contains mainly: blue. Hex color #D4CBEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4CBEC is #2B3413. Grayscale: #D1D1D1. Windows color (decimal): -2831380 or 15518676. OLE color: 15518676.

HSL color Cylindrical-coordinate representation of color #D4CBEC: hue angle of 256.36º degrees, saturation: 0.46, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D4CBEC is Cyan = 0.10, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB212203236-
CMYK0.100.1400.07
HSL256.36º46.48%86.08%-
HSV(B)256.36º13.98%92.55%-
XYZ63.6562.7788.12-
YUV209.45142.98129.82-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 32.57%
GREEN value IS 203 (79.69% from 255) = 31.18%
BLUE value IS 236 (92.58% from 255) = 36.25%
R=32.57%
G=31.18%
B=36.25%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2122032360.100.1400.07256.3646.4886.08
HexD4CBECAE071002e56
Octal32431335412160740056126
Binary1101010011001011111011001010111001111000000001011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4CBEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4CBEC; }

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

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

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

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

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

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

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

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