Html Css Color HEX #DDAFC9 Twilight

📋 copy color: '#DDAFC9'

red 221 ◦ green 175 ◦ blue 201

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

Shades of Twilight #DDAFC9

Tints of Twilight #DDAFC9

RGB

 RED value IS 221 (86.72% from 255) = 37.02%

 GREEN value IS 175 (68.75% from 255) = 29.31%

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

R = 37.02%
G = 29.31%
B = 33.67%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#DDAFC9 (or 0xDDAFC9) is known color: Twilight. HEX triplet: DD, AF and C9. RGB value is (221,175,201). Sum of RGB (Red+Green+Blue) = 221+175+201=597 (79% of max value = 765). Red value is 221 (86.72% from 255 or 37.02% from 597); Green value is 175 (68.75% from 255 or 29.31% from 597); Blue value is 201 (78.91% from 255 or 33.67% from 597); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAFC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDAFC9 is #225036. Grayscale: #BFBFBF. Windows color (decimal): -2248759 or 13217757. OLE color: 13217757.

HSL color Cylindrical-coordinate representation of color #DDAFC9: hue angle of 326.09º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DDAFC9 is Cyan = 0, Magento = 0.21, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 175 201 -
CMYK 0 0.21 0.09 0.13
HSL 326.09º 0.4% 0.78% -
HSV(B) 326.09º 0.21% 0.87% -
XYZ 55.69 50.25 62.02 -
YUV 191.72 133.24 148.89 -
System Red Green Blue C M Y K H S L
Decimal 221 175 201 0 0.21 0.09 0.13 326.09 0.4 0.78
Hex DD AF C9 0 15 9 D 146 28 4E
Octal 335 257 311 0 25 11 15 506 50 116
Binary 11011101 10101111 11001001 0 10101 1001 1101 101000110 101000 1001110

Color Harmonies of #DDAFC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAFC9

Black with #DDAFC9

Text Example


Text Example

White with #DDAFC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAFC9; }

 p { color: rgb(221,175,201); }

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

background-color css

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

 a { background-color: rgb(221,175,201); }

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

border-color css

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

 span { border-color: rgb(221,175,201); }

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