Html Css Color HEX #D5CAD0 Twilight

📋 copy color: '#D5CAD0'

red 213 ◦ green 202 ◦ blue 208

#D5CAD0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Twilight #D5CAD0

Tints of Twilight #D5CAD0

RGB

 RED value IS 213 (83.59% from 255) = 34.19%

 GREEN value IS 202 (79.3% 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 value IS 0

 M value IS 0.05

 Y value IS 0.02

 K value IS 0.16

RGB Variations

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

Color information

#D5CAD0 (or 0xD5CAD0) is known color: 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

RGB 213 202 208 -
CMYK 0 0.05 0.02 0.16
HSL 327.27º 0.12% 0.81% -
HSV(B) 327.27º 0.05% 0.84% -
XYZ 59.95 60.94 68.28 -
YUV 205.97 129.14 133.01 -
System Red Green Blue C M Y K H S L
Decimal 213 202 208 0 0.05 0.02 0.16 327.27 0.12 0.81
Hex D5 CA D0 0 5 2 10 147 C 51
Octal 325 312 320 0 5 2 20 507 14 121
Binary 11010101 11001010 11010000 0 101 10 10000 101000111 1100 1010001

Color Harmonies of #D5CAD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CAD0

Black with #D5CAD0

Text Example


Text Example

White with #D5CAD0

Text Example


Text Example

HTML Codes & Css Web 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>