Html Css Color HEX #DDAFC5 Twilight

📋 copy color: '#DDAFC5'

red 221 ◦ green 175 ◦ blue 197

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

Shades of Twilight #DDAFC5

Tints of Twilight #DDAFC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 33.22%

R = 37.27%
G = 29.51%
B = 33.22%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.11

 K value IS 0.13

RGB Variations

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

Color information

#DDAFC5 (or 0xDDAFC5) is known color: Twilight. HEX triplet: DD, AF and C5. RGB value is (221,175,197). Sum of RGB (Red+Green+Blue) = 221+175+197=593 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.27% from 593); Green value is 175 (68.75% from 255 or 29.51% from 593); Blue value is 197 (77.34% from 255 or 33.22% from 593); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAFC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDAFC5 is #22503A. Grayscale: #BFBFBF. Windows color (decimal): -2248763 or 12955613. OLE color: 12955613.

HSL color Cylindrical-coordinate representation of color #DDAFC5: hue angle of 331.3º 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 #DDAFC5 is Cyan = 0, Magento = 0.21, Yellow = 0.11 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 175 197 -
CMYK 0 0.21 0.11 0.13
HSL 331.3º 0.4% 0.78% -
HSV(B) 331.3º 0.21% 0.87% -
XYZ 55.23 50.06 59.58 -
YUV 191.26 131.24 149.21 -
System Red Green Blue C M Y K H S L
Decimal 221 175 197 0 0.21 0.11 0.13 331.3 0.4 0.78
Hex DD AF C5 0 15 B D 14B 28 4E
Octal 335 257 305 0 25 13 15 513 50 116
Binary 11011101 10101111 11000101 0 10101 1011 1101 101001011 101000 1001110

Color Harmonies of #DDAFC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAFC5

Black with #DDAFC5

Text Example


Text Example

White with #DDAFC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAFC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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