Html Css Color HEX #D9C2CA Twilight

📋 copy color: '#D9C2CA'

red 217 ◦ green 194 ◦ blue 202

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

Shades of Twilight #D9C2CA

Tints of Twilight #D9C2CA

RGB

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

 GREEN value IS 194 (76.17% from 255) = 31.65%

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

R = 35.4%
G = 31.65%
B = 32.95%

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

#D9C2CA (or 0xD9C2CA) is known color: Twilight. HEX triplet: D9, C2 and CA. RGB value is (217,194,202). Sum of RGB (Red+Green+Blue) = 217+194+202=613 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.40% from 613); Green value is 194 (76.17% from 255 or 31.65% from 613); Blue value is 202 (79.30% from 255 or 32.95% from 613); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C2CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9C2CA is #263D35. Grayscale: #C9C9C9. Windows color (decimal): -2506038 or 13288153. OLE color: 13288153.

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

Color convert

RGB 217 194 202 -
CMYK 0 0.11 0.07 0.15
HSL 339.13º 0.23% 0.81% -
HSV(B) 339.13º 0.11% 0.85% -
XYZ 58.57 57.6 63.91 -
YUV 201.79 128.12 138.85 -
System Red Green Blue C M Y K H S L
Decimal 217 194 202 0 0.11 0.07 0.15 339.13 0.23 0.81
Hex D9 C2 CA 0 B 7 F 153 17 51
Octal 331 302 312 0 13 7 17 523 27 121
Binary 11011001 11000010 11001010 0 1011 111 1111 101010011 10111 1010001

Color Harmonies of #D9C2CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9C2CA

Black with #D9C2CA

Text Example


Text Example

White with #D9C2CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9C2CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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