Html Css Color HEX #D5C7D0 Twilight

📋 copy color: '#D5C7D0'

red 213 ◦ green 199 ◦ blue 208

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

Shades of Twilight #D5C7D0

Tints of Twilight #D5C7D0

RGB

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

 GREEN value IS 199 (78.13% from 255) = 32.1%

 BLUE value IS 208 (81.64% from 255) = 33.55%

R = 34.35%
G = 32.1%
B = 33.55%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.02

 K value IS 0.16

RGB Variations

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

Color information

#D5C7D0 (or 0xD5C7D0) is known color: Twilight. HEX triplet: D5, C7 and D0. RGB value is (213,199,208). Sum of RGB (Red+Green+Blue) = 213+199+208=620 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.35% from 620); Green value is 199 (78.12% from 255 or 32.10% from 620); Blue value is 208 (81.64% from 255 or 33.55% from 620); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C7D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5C7D0 is #2A382F. Grayscale: #CCCCCC. Windows color (decimal): -2766896 or 13682645. OLE color: 13682645.

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

Color convert

RGB 213 199 208 -
CMYK 0 0.07 0.02 0.16
HSL 321.43º 0.14% 0.81% -
HSV(B) 321.43º 0.07% 0.84% -
XYZ 59.25 59.55 68.05 -
YUV 204.21 130.14 134.27 -
System Red Green Blue C M Y K H S L
Decimal 213 199 208 0 0.07 0.02 0.16 321.43 0.14 0.81
Hex D5 C7 D0 0 7 2 10 141 E 51
Octal 325 307 320 0 7 2 20 501 16 121
Binary 11010101 11000111 11010000 0 111 10 10000 101000001 1110 1010001

Color Harmonies of #D5C7D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C7D0

Black with #D5C7D0

Text Example


Text Example

White with #D5C7D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C7D0; }

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

 H1.HeaderClassName
 {
   color: #D5C7D0;
 }
 .AnyTagClassName
 {
   color: #D5C7D0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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