Html Css Color HEX #D9C0CA Twilight

📋 copy color: '#D9C0CA'

red 217 ◦ green 192 ◦ blue 202

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

Shades of Twilight #D9C0CA

Tints of Twilight #D9C0CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 33.06%

R = 35.52%
G = 31.42%
B = 33.06%

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

#D9C0CA (or 0xD9C0CA) is known color: Twilight. HEX triplet: D9, C0 and CA. RGB value is (217,192,202). Sum of RGB (Red+Green+Blue) = 217+192+202=611 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.52% from 611); Green value is 192 (75.39% from 255 or 31.42% from 611); Blue value is 202 (79.30% from 255 or 33.06% from 611); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C0CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9C0CA is #263F35. Grayscale: #C8C8C8. Windows color (decimal): -2506550 or 13287641. OLE color: 13287641.

HSL color Cylindrical-coordinate representation of color #D9C0CA: hue angle of 336º 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 #D9C0CA is Cyan = 0, Magento = 0.12, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 192 202 -
CMYK 0 0.12 0.07 0.15
HSL 336º 0.25% 0.8% -
HSV(B) 336º 0.12% 0.85% -
XYZ 58.13 56.72 63.76 -
YUV 200.62 128.78 139.69 -
System Red Green Blue C M Y K H S L
Decimal 217 192 202 0 0.12 0.07 0.15 336 0.25 0.8
Hex D9 C0 CA 0 C 7 F 150 19 50
Octal 331 300 312 0 14 7 17 520 31 120
Binary 11011001 11000000 11001010 0 1100 111 1111 101010000 11001 1010000

Color Harmonies of #D9C0CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9C0CA

Black with #D9C0CA

Text Example


Text Example

White with #D9C0CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9C0CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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