#D5CAD0

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

Shades of Twilight #D5CAD0

Tints of Twilight #D5CAD0

Color information

#D5CAD0 (or 0xD5CAD0) is unknown color: approx Twilight. HEX triplet: D5, CA and D0. RGB value is (213,202,208). Sum of RGB (Red+Green+Blue) = 213+202+208=623 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.19% from 623); Green value is 202 (79.30% from 255 or 32.42% from 623); Blue value is 208 (81.64% from 255 or 33.39% from 623); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CAD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5CAD0 is #2A352F. Grayscale: #CDCDCD. Windows color (decimal): -2766128 or 13683413. OLE color: 13683413.

HSL color Cylindrical-coordinate representation of color #D5CAD0: hue angle of 327.27º 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 #D5CAD0 is Cyan = 0, Magento = 0.05, Yellow = 0.02 and Black (K on CMYK) = 0.16.

Color convert

RGB213202208-
CMYK00.050.020.16
HSL327.27º11.58%81.37%-
HSV(B)327.27º5.16%83.53%-
XYZ59.9560.9468.28-
YUV205.97129.14133.01-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 34.19%
GREEN value IS 202 (79.30% from 255) = 32.42%
BLUE value IS 208 (81.64% from 255) = 33.39%
R=34.19%
G=32.42%
B=33.39%

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
Decimal21320220800.050.020.16327.2711.5881.37
HexD5CAD005210147c51
Octal3253123200522050714121
Binary1101010111001010110100000101101000010100011111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CAD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CAD0; }

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

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

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

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

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

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

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

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