#D4C2EB

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

Shades of Fog #D4C2EB

Tints of Fog #D4C2EB

Color information

#D4C2EB (or 0xD4C2EB) is unknown color: approx Fog. HEX triplet: D4, C2 and EB. RGB value is (212,194,235). Sum of RGB (Red+Green+Blue) = 212+194+235=641 (84% of max value = 765). Red value is 212 (83.20% from 255 or 33.07% from 641); Green value is 194 (76.17% from 255 or 30.27% from 641); Blue value is 235 (92.19% from 255 or 36.66% from 641); Max value from RGB is 235 - color contains mainly: blue. Hex color #D4C2EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4C2EB is #2B3D14. Grayscale: #CBCBCB. Windows color (decimal): -2833685 or 15450836. OLE color: 15450836.

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

Color convert

RGB212194235-
CMYK0.100.1700.08
HSL266.34º50.62%84.12%-
HSV(B)266.34º17.45%92.16%-
XYZ61.4458.5886.67-
YUV204.06145.46133.67-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 33.07%
GREEN value IS 194 (76.17% from 255) = 30.27%
BLUE value IS 235 (92.19% from 255) = 36.66%
R=33.07%
G=30.27%
B=36.66%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2121942350.100.1700.08266.3450.6284.12
HexD4C2EBA110810a3354
Octal324302353122101041263124
Binary110101001100001011101011101010001010001000010101100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4C2EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4C2EB; }

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

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

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

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

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

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

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

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