Html Css Color HEX #D4C5D0 Twilight

📋 copy color: '#D4C5D0'

red 212 ◦ green 197 ◦ blue 208

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

Shades of Twilight #D4C5D0

Tints of Twilight #D4C5D0

RGB

 RED value IS 212 (83.2% from 255) = 34.36%

 GREEN value IS 197 (77.34% from 255) = 31.93%

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

R = 34.36%
G = 31.93%
B = 33.71%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.02

 K value IS 0.17

RGB Variations

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

Color information

#D4C5D0 (or 0xD4C5D0) is known color: Twilight. HEX triplet: D4, C5 and D0. RGB value is (212,197,208). Sum of RGB (Red+Green+Blue) = 212+197+208=617 (81% of max value = 765). Red value is 212 (83.20% from 255 or 34.36% from 617); Green value is 197 (77.34% from 255 or 31.93% from 617); Blue value is 208 (81.64% from 255 or 33.71% from 617); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C5D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4C5D0 is #2B3A2F. Grayscale: #CACACA. Windows color (decimal): -2832944 or 13682132. OLE color: 13682132.

HSL color Cylindrical-coordinate representation of color #D4C5D0: hue angle of 316º degrees, saturation: 0.15, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D4C5D0 is Cyan = 0, Magento = 0.07, Yellow = 0.02 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 197 208 -
CMYK 0 0.07 0.02 0.17
HSL 316º 0.15% 0.8% -
HSV(B) 316º 0.07% 0.83% -
XYZ 58.5 58.48 67.88 -
YUV 202.74 130.97 134.61 -
System Red Green Blue C M Y K H S L
Decimal 212 197 208 0 0.07 0.02 0.17 316 0.15 0.8
Hex D4 C5 D0 0 7 2 11 13C F 50
Octal 324 305 320 0 7 2 21 474 17 120
Binary 11010100 11000101 11010000 0 111 10 10001 100111100 1111 1010000

Color Harmonies of #D4C5D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4C5D0

Black with #D4C5D0

Text Example


Text Example

White with #D4C5D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4C5D0; }

 p { color: rgb(212,197,208); }

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

background-color css

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

 a { background-color: rgb(212,197,208); }

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

border-color css

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

 span { border-color: rgb(212,197,208); }

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