#D5CAD2

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

Shades of Twilight #D5CAD2

Tints of Twilight #D5CAD2

Color information

#D5CAD2 (or 0xD5CAD2) is unknown color: approx Twilight. HEX triplet: D5, CA and D2. RGB value is (213,202,210). Sum of RGB (Red+Green+Blue) = 213+202+210=625 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.08% from 625); Green value is 202 (79.30% from 255 or 32.32% from 625); Blue value is 210 (82.42% from 255 or 33.6% from 625); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CAD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5CAD2 is #2A352D. Grayscale: #CECECE. Windows color (decimal): -2766126 or 13814485. OLE color: 13814485.

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

Color convert

RGB213202210-
CMYK00.050.010.16
HSL316.36º11.58%81.37%-
HSV(B)316.36º5.16%83.53%-
XYZ60.1961.0469.58-
YUV206.2130.14132.85-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 34.08%
GREEN value IS 202 (79.30% from 255) = 32.32%
BLUE value IS 210 (82.42% from 255) = 33.6%
R=34.08%
G=32.32%
B=33.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.01
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21320221000.050.010.16316.3611.5881.37
HexD5CAD20511013cc51
Octal3253123220512047414121
Binary110101011100101011010010010111000010011110011001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CAD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CAD2; }

 p { color: rgb(213,202,210); }

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

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

 a { background-color: rgb(213,202,210); }

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

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

 span { border-color: rgb(213,202,210); }

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