#D4CCEA

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

Shades of Fog #D4CCEA

Tints of Fog #D4CCEA

Color information

#D4CCEA (or 0xD4CCEA) is unknown color: approx Fog. HEX triplet: D4, CC and EA. RGB value is (212,204,234). Sum of RGB (Red+Green+Blue) = 212+204+234=650 (86% of max value = 765). Red value is 212 (83.20% from 255 or 32.62% from 650); Green value is 204 (80.08% from 255 or 31.38% from 650); Blue value is 234 (91.80% from 255 or 36% from 650); Max value from RGB is 234 - color contains mainly: blue. Hex color #D4CCEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4CCEA is #2B3315. Grayscale: #D1D1D1. Windows color (decimal): -2831126 or 15387860. OLE color: 15387860.

HSL color Cylindrical-coordinate representation of color #D4CCEA: hue angle of 256º degrees, saturation: 0.42, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D4CCEA is Cyan = 0.09, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB212204234-
CMYK0.090.1300.08
HSL256º41.67%85.88%-
HSV(B)256º12.82%91.76%-
XYZ63.663.1286.67-
YUV209.81141.65129.56-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 32.62%
GREEN value IS 204 (80.08% from 255) = 31.38%
BLUE value IS 234 (91.80% from 255) = 36%
R=32.62%
G=31.38%
B=36%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2122042340.090.1300.0825641.6785.88
HexD4CCEA9D081002a56
Octal324314352111501040052126
Binary11010100110011001110101010011101010001000000001010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4CCEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4CCEA; }

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

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

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

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

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

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

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

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