Html Css Color HEX #DDAFC6 Twilight

📋 copy color: '#DDAFC6'

red 221 ◦ green 175 ◦ blue 198

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

Shades of Twilight #DDAFC6

Tints of Twilight #DDAFC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 33.33%

R = 37.21%
G = 29.46%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.10

 K value IS 0.13

RGB Variations

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

Color information

#DDAFC6 (or 0xDDAFC6) is known color: Twilight. HEX triplet: DD, AF and C6. RGB value is (221,175,198). Sum of RGB (Red+Green+Blue) = 221+175+198=594 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.21% from 594); Green value is 175 (68.75% from 255 or 29.46% from 594); Blue value is 198 (77.73% from 255 or 33.33% from 594); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAFC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDAFC6 is #225039. Grayscale: #BFBFBF. Windows color (decimal): -2248762 or 13021149. OLE color: 13021149.

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

Color convert

RGB 221 175 198 -
CMYK 0 0.21 0.10 0.13
HSL 330º 0.4% 0.78% -
HSV(B) 330º 0.21% 0.87% -
XYZ 55.34 50.11 60.18 -
YUV 191.38 131.74 149.13 -
System Red Green Blue C M Y K H S L
Decimal 221 175 198 0 0.21 0.10 0.13 330 0.4 0.78
Hex DD AF C6 0 15 A D 14A 28 4E
Octal 335 257 306 0 25 12 15 512 50 116
Binary 11011101 10101111 11000110 0 10101 1010 1101 101001010 101000 1001110

Color Harmonies of #DDAFC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAFC6

Black with #DDAFC6

Text Example


Text Example

White with #DDAFC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAFC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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