Html Css Color HEX #D9C0C9 Twilight

📋 copy color: '#D9C0C9'

red 217 ◦ green 192 ◦ blue 201

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

Shades of Twilight #D9C0C9

Tints of Twilight #D9C0C9

RGB

 RED value IS 217 (85.16% from 255) = 35.57%

 GREEN value IS 192 (75.39% from 255) = 31.48%

 BLUE value IS 201 (78.91% from 255) = 32.95%

R = 35.57%
G = 31.48%
B = 32.95%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#D9C0C9 (or 0xD9C0C9) is known color: Twilight. HEX triplet: D9, C0 and C9. RGB value is (217,192,201). Sum of RGB (Red+Green+Blue) = 217+192+201=610 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.57% from 610); Green value is 192 (75.39% from 255 or 31.48% from 610); Blue value is 201 (78.91% from 255 or 32.95% from 610); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C0C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9C0C9 is #263F36. Grayscale: #C8C8C8. Windows color (decimal): -2506551 or 13222105. OLE color: 13222105.

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

Color convert

RGB 217 192 201 -
CMYK 0 0.12 0.07 0.15
HSL 338.4º 0.25% 0.8% -
HSV(B) 338.4º 0.12% 0.85% -
XYZ 58.01 56.67 63.14 -
YUV 200.5 128.28 139.77 -
System Red Green Blue C M Y K H S L
Decimal 217 192 201 0 0.12 0.07 0.15 338.4 0.25 0.8
Hex D9 C0 C9 0 C 7 F 152 19 50
Octal 331 300 311 0 14 7 17 522 31 120
Binary 11011001 11000000 11001001 0 1100 111 1111 101010010 11001 1010000

Color Harmonies of #D9C0C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9C0C9

Black with #D9C0C9

Text Example


Text Example

White with #D9C0C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9C0C9; }

 p { color: rgb(217,192,201); }

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

background-color css

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

 a { background-color: rgb(217,192,201); }

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

border-color css

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

 span { border-color: rgb(217,192,201); }

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