#D5CBEA

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

Shades of Fog #D5CBEA

Tints of Fog #D5CBEA

Color information

#D5CBEA (or 0xD5CBEA) is unknown color: approx Fog. HEX triplet: D5, CB and EA. RGB value is (213,203,234). Sum of RGB (Red+Green+Blue) = 213+203+234=650 (86% of max value = 765). Red value is 213 (83.59% from 255 or 32.77% from 650); Green value is 203 (79.69% from 255 or 31.23% 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 #D5CBEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5CBEA is #2A3415. Grayscale: #D1D1D1. Windows color (decimal): -2765846 or 15387605. OLE color: 15387605.

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

Color convert

RGB213203234-
CMYK0.090.1300.08
HSL259.35º42.47%85.69%-
HSV(B)259.35º13.25%91.76%-
XYZ63.6562.886.61-
YUV209.52141.81130.48-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 32.77%
GREEN value IS 203 (79.69% from 255) = 31.23%
BLUE value IS 234 (91.80% from 255) = 36%
R=32.77%
G=31.23%
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
Decimal2132032340.090.1300.08259.3542.4785.69
HexD5CBEA9D081032a56
Octal325313352111501040352126
Binary11010101110010111110101010011101010001000000111010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CBEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CBEA; }

 p { color: rgb(213,203,234); }

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

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

 a { background-color: rgb(213,203,234); }

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

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

 span { border-color: rgb(213,203,234); }

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