#D5CBD0

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

Shades of Twilight #D5CBD0

Tints of Twilight #D5CBD0

Color information

#D5CBD0 (or 0xD5CBD0) is unknown color: approx Twilight. HEX triplet: D5, CB and D0. RGB value is (213,203,208). Sum of RGB (Red+Green+Blue) = 213+203+208=624 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.13% from 624); Green value is 203 (79.69% from 255 or 32.53% from 624); Blue value is 208 (81.64% from 255 or 33.33% from 624); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CBD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5CBD0 is #2A342F. Grayscale: #CECECE. Windows color (decimal): -2765872 or 13683669. OLE color: 13683669.

HSL color Cylindrical-coordinate representation of color #D5CBD0: hue angle of 330º degrees, saturation: 0.11, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D5CBD0 is Cyan = 0, Magento = 0.05, Yellow = 0.02 and Black (K on CMYK) = 0.16.

Color convert

RGB213203208-
CMYK00.050.020.16
HSL330º10.64%81.57%-
HSV(B)330º4.69%83.53%-
XYZ60.1861.4168.36-
YUV206.56128.81132.59-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 34.13%
GREEN value IS 203 (79.69% from 255) = 32.53%
BLUE value IS 208 (81.64% from 255) = 33.33%
R=34.13%
G=32.53%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.02
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21320320800.050.020.1633010.6481.57
HexD5CBD00521014ab52
Octal3253133200522051213122
Binary1101010111001011110100000101101000010100101010111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CBD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CBD0; }

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

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

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

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

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

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

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

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