Html Css Color HEX #D9C1CA Twilight

📋 copy color: '#D9C1CA'

red 217 ◦ green 193 ◦ blue 202

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

Shades of Twilight #D9C1CA

Tints of Twilight #D9C1CA

RGB

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

 GREEN value IS 193 (75.78% from 255) = 31.54%

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

R = 35.46%
G = 31.54%
B = 33.01%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#D9C1CA (or 0xD9C1CA) is known color: Twilight. HEX triplet: D9, C1 and CA. RGB value is (217,193,202). Sum of RGB (Red+Green+Blue) = 217+193+202=612 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.46% from 612); Green value is 193 (75.78% from 255 or 31.54% from 612); Blue value is 202 (79.30% from 255 or 33.01% from 612); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C1CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9C1CA is #263E35. Grayscale: #C9C9C9. Windows color (decimal): -2506294 or 13287897. OLE color: 13287897.

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

Color convert

RGB 217 193 202 -
CMYK 0 0.11 0.07 0.15
HSL 337.5º 0.24% 0.8% -
HSV(B) 337.5º 0.11% 0.85% -
XYZ 58.35 57.16 63.83 -
YUV 201.2 128.45 139.27 -
System Red Green Blue C M Y K H S L
Decimal 217 193 202 0 0.11 0.07 0.15 337.5 0.24 0.8
Hex D9 C1 CA 0 B 7 F 152 18 50
Octal 331 301 312 0 13 7 17 522 30 120
Binary 11011001 11000001 11001010 0 1011 111 1111 101010010 11000 1010000

Color Harmonies of #D9C1CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9C1CA

Black with #D9C1CA

Text Example


Text Example

White with #D9C1CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9C1CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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