Html Css Color HEX #DDAAC8 Twilight

📋 copy color: '#DDAAC8'

red 221 ◦ green 170 ◦ blue 200

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

Shades of Twilight #DDAAC8

Tints of Twilight #DDAAC8

RGB

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

 GREEN value IS 170 (66.8% from 255) = 28.76%

 BLUE value IS 200 (78.52% from 255) = 33.84%

R = 37.39%
G = 28.76%
B = 33.84%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.10

 K value IS 0.13

RGB Variations

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

Color information

#DDAAC8 (or 0xDDAAC8) is known color: Twilight. HEX triplet: DD, AA and C8. RGB value is (221,170,200). Sum of RGB (Red+Green+Blue) = 221+170+200=591 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.39% from 591); Green value is 170 (66.80% from 255 or 28.76% from 591); Blue value is 200 (78.52% from 255 or 33.84% from 591); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAAC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDAAC8 is #225537. Grayscale: #BCBCBC. Windows color (decimal): -2250040 or 13150941. OLE color: 13150941.

HSL color Cylindrical-coordinate representation of color #DDAAC8: hue angle of 324.71º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DDAAC8 is Cyan = 0, Magento = 0.23, Yellow = 0.10 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 170 200 -
CMYK 0 0.23 0.10 0.13
HSL 324.71º 0.43% 0.77% -
HSV(B) 324.71º 0.23% 0.87% -
XYZ 54.62 48.29 61.09 -
YUV 188.67 134.4 151.06 -
System Red Green Blue C M Y K H S L
Decimal 221 170 200 0 0.23 0.10 0.13 324.71 0.43 0.77
Hex DD AA C8 0 17 A D 145 2B 4D
Octal 335 252 310 0 27 12 15 505 53 115
Binary 11011101 10101010 11001000 0 10111 1010 1101 101000101 101011 1001101

Color Harmonies of #DDAAC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAAC8

Black with #DDAAC8

Text Example


Text Example

White with #DDAAC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAAC8; }

 p { color: rgb(221,170,200); }

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

background-color css

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

 a { background-color: rgb(221,170,200); }

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

border-color css

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

 span { border-color: rgb(221,170,200); }

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