#D5CCEB

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

Shades of Fog #D5CCEB

Tints of Fog #D5CCEB

Color information

#D5CCEB (or 0xD5CCEB) is unknown color: approx Fog. HEX triplet: D5, CC and EB. RGB value is (213,204,235). Sum of RGB (Red+Green+Blue) = 213+204+235=652 (86% of max value = 765). Red value is 213 (83.59% from 255 or 32.67% from 652); Green value is 204 (80.08% from 255 or 31.29% from 652); Blue value is 235 (92.19% from 255 or 36.04% from 652); Max value from RGB is 235 - color contains mainly: blue. Hex color #D5CCEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5CCEB is #2A3314. Grayscale: #D2D2D2. Windows color (decimal): -2765589 or 15453397. OLE color: 15453397.

HSL color Cylindrical-coordinate representation of color #D5CCEB: hue angle of 257.42º degrees, saturation: 0.44, 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 #D5CCEB is Cyan = 0.09, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB213204235-
CMYK0.090.1300.08
HSL257.42º43.66%86.08%-
HSV(B)257.42º13.19%92.16%-
XYZ64.0363.3387.45-
YUV210.22141.98129.98-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 32.67%
GREEN value IS 204 (80.08% from 255) = 31.29%
BLUE value IS 235 (92.19% from 255) = 36.04%
R=32.67%
G=31.29%
B=36.04%

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
Decimal2132042350.090.1300.08257.4243.6686.08
HexD5CCEB9D081012c56
Octal325314353111501040154126
Binary11010101110011001110101110011101010001000000011011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CCEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CCEB; }

 p { color: rgb(213,204,235); }

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

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

 a { background-color: rgb(213,204,235); }

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

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

 span { border-color: rgb(213,204,235); }

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