Html Css Color HEX #DDABC9 Twilight

📋 copy color: '#DDABC9'

red 221 ◦ green 171 ◦ blue 201

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

Shades of Twilight #DDABC9

Tints of Twilight #DDABC9

RGB

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

 GREEN value IS 171 (67.19% from 255) = 28.84%

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

R = 37.27%
G = 28.84%
B = 33.9%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#DDABC9 (or 0xDDABC9) is known color: Twilight. HEX triplet: DD, AB and C9. RGB value is (221,171,201). Sum of RGB (Red+Green+Blue) = 221+171+201=593 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.27% from 593); Green value is 171 (67.19% from 255 or 28.84% from 593); Blue value is 201 (78.91% from 255 or 33.90% from 593); Max value from RGB is 221 - color contains mainly: red. Hex color #DDABC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDABC9 is #225436. Grayscale: #BDBDBD. Windows color (decimal): -2249783 or 13216733. OLE color: 13216733.

HSL color Cylindrical-coordinate representation of color #DDABC9: hue angle of 324º degrees, saturation: 0.42, 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 #DDABC9 is Cyan = 0, Magento = 0.23, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 171 201 -
CMYK 0 0.23 0.09 0.13
HSL 324º 0.42% 0.77% -
HSV(B) 324º 0.23% 0.87% -
XYZ 54.92 48.72 61.77 -
YUV 189.37 134.57 150.56 -
System Red Green Blue C M Y K H S L
Decimal 221 171 201 0 0.23 0.09 0.13 324 0.42 0.77
Hex DD AB C9 0 17 9 D 144 2A 4D
Octal 335 253 311 0 27 11 15 504 52 115
Binary 11011101 10101011 11001001 0 10111 1001 1101 101000100 101010 1001101

Color Harmonies of #DDABC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDABC9

Black with #DDABC9

Text Example


Text Example

White with #DDABC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDABC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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