#D4CCE7

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

Shades of Fog #D4CCE7

Tints of Fog #D4CCE7

Color information

#D4CCE7 (or 0xD4CCE7) is unknown color: approx Fog. HEX triplet: D4, CC and E7. RGB value is (212,204,231). Sum of RGB (Red+Green+Blue) = 212+204+231=647 (85% of max value = 765). Red value is 212 (83.20% from 255 or 32.77% from 647); Green value is 204 (80.08% from 255 or 31.53% from 647); Blue value is 231 (90.62% from 255 or 35.70% from 647); Max value from RGB is 231 - color contains mainly: blue. Hex color #D4CCE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4CCE7 is #2B3318. Grayscale: #D1D1D1. Windows color (decimal): -2831129 or 15191252. OLE color: 15191252.

HSL color Cylindrical-coordinate representation of color #D4CCE7: hue angle of 257.78º degrees, saturation: 0.36, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D4CCE7 is Cyan = 0.08, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB212204231-
CMYK0.080.1200.09
HSL257.78º36%85.29%-
HSV(B)257.78º11.69%90.59%-
XYZ63.1762.9584.42-
YUV209.47140.15129.8-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 32.77%
GREEN value IS 204 (80.08% from 255) = 31.53%
BLUE value IS 231 (90.62% from 255) = 35.70%
R=32.77%
G=31.53%
B=35.70%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2122042310.080.1200.09257.783685.29
HexD4CCE78C091022455
Octal324314347101401140244125
Binary11010100110011001110011110001100010011000000101001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4CCE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4CCE7; }

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

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

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

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

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

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

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

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