#D4CCE1

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

Shades of Fog #D4CCE1

Tints of Fog #D4CCE1

Color information

#D4CCE1 (or 0xD4CCE1) is unknown color: approx Fog. HEX triplet: D4, CC and E1. RGB value is (212,204,225). Sum of RGB (Red+Green+Blue) = 212+204+225=641 (84% of max value = 765). Red value is 212 (83.20% from 255 or 33.07% from 641); Green value is 204 (80.08% from 255 or 31.83% from 641); Blue value is 225 (88.28% from 255 or 35.10% from 641); Max value from RGB is 225 - color contains mainly: blue. Hex color #D4CCE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4CCE1 is #2B331E. Grayscale: #D0D0D0. Windows color (decimal): -2831135 or 14798036. OLE color: 14798036.

HSL color Cylindrical-coordinate representation of color #D4CCE1: hue angle of 262.86º degrees, saturation: 0.26, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D4CCE1 is Cyan = 0.06, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB212204225-
CMYK0.060.0900.12
HSL262.86º25.93%84.12%-
HSV(B)262.86º9.33%88.24%-
XYZ62.3362.6280.04-
YUV208.79137.15130.29-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 33.07%
GREEN value IS 204 (80.08% from 255) = 31.83%
BLUE value IS 225 (88.28% from 255) = 35.10%
R=33.07%
G=31.83%
B=35.10%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2122042250.060.0900.12262.8625.9384.12
HexD4CCE1690C1071a54
Octal32431434161101440732124
Binary110101001100110011100001110100101100100000111110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4CCE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4CCE1; }

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

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

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

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

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

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

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

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