#D5CBE7

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

Shades of Fog #D5CBE7

Tints of Fog #D5CBE7

Color information

#D5CBE7 (or 0xD5CBE7) is unknown color: approx Fog. HEX triplet: D5, CB and E7. RGB value is (213,203,231). Sum of RGB (Red+Green+Blue) = 213+203+231=647 (85% of max value = 765). Red value is 213 (83.59% from 255 or 32.92% from 647); Green value is 203 (79.69% from 255 or 31.38% 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 #D5CBE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5CBE7 is #2A3418. Grayscale: #D1D1D1. Windows color (decimal): -2765849 or 15190997. OLE color: 15190997.

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

Color convert

RGB213203231-
CMYK0.080.1200.09
HSL261.43º36.84%85.1%-
HSV(B)261.43º12.12%90.59%-
XYZ63.2262.6384.36-
YUV209.18140.31130.72-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 32.92%
GREEN value IS 203 (79.69% from 255) = 31.38%
BLUE value IS 231 (90.62% from 255) = 35.70%
R=32.92%
G=31.38%
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
Decimal2132032310.080.1200.09261.4336.8485.1
HexD5CBE78C091052555
Octal325313347101401140545125
Binary11010101110010111110011110001100010011000001011001011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CBE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CBE7; }

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

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

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

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

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

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

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

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