#D5CAD1

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

Shades of Twilight #D5CAD1

Tints of Twilight #D5CAD1

Color information

#D5CAD1 (or 0xD5CAD1) is unknown color: approx Twilight. HEX triplet: D5, CA and D1. RGB value is (213,202,209). Sum of RGB (Red+Green+Blue) = 213+202+209=624 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.13% from 624); Green value is 202 (79.30% from 255 or 32.37% from 624); Blue value is 209 (82.03% from 255 or 33.49% from 624); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CAD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5CAD1 is #2A352E. Grayscale: #CECECE. Windows color (decimal): -2766127 or 13748949. OLE color: 13748949.

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

Color convert

RGB213202209-
CMYK00.050.020.16
HSL321.82º11.58%81.37%-
HSV(B)321.82º5.16%83.53%-
XYZ60.0760.9968.93-
YUV206.09129.64132.93-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 34.13%
GREEN value IS 202 (79.30% from 255) = 32.37%
BLUE value IS 209 (82.03% from 255) = 33.49%
R=34.13%
G=32.37%
B=33.49%

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
Decimal21320220900.050.020.16321.8211.5881.37
HexD5CAD105210142c51
Octal3253123210522050214121
Binary1101010111001010110100010101101000010100001011001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CAD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CAD1; }

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

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

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

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

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

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

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

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