Html Css Color HEX #DDACC9 Twilight

📋 copy color: '#DDACC9'

red 221 ◦ green 172 ◦ blue 201

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

Shades of Twilight #DDACC9

Tints of Twilight #DDACC9

RGB

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

 GREEN value IS 172 (67.58% from 255) = 28.96%

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

R = 37.21%
G = 28.96%
B = 33.84%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#DDACC9 (or 0xDDACC9) is known color: Twilight. HEX triplet: DD, AC and C9. RGB value is (221,172,201). Sum of RGB (Red+Green+Blue) = 221+172+201=594 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.21% from 594); Green value is 172 (67.58% from 255 or 28.96% from 594); Blue value is 201 (78.91% from 255 or 33.84% from 594); Max value from RGB is 221 - color contains mainly: red. Hex color #DDACC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDACC9 is #225336. Grayscale: #BDBDBD. Windows color (decimal): -2249527 or 13216989. OLE color: 13216989.

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

Color convert

RGB 221 172 201 -
CMYK 0 0.22 0.09 0.13
HSL 324.49º 0.42% 0.77% -
HSV(B) 324.49º 0.22% 0.87% -
XYZ 55.11 49.09 61.83 -
YUV 189.96 134.23 150.14 -
System Red Green Blue C M Y K H S L
Decimal 221 172 201 0 0.22 0.09 0.13 324.49 0.42 0.77
Hex DD AC C9 0 16 9 D 144 2A 4D
Octal 335 254 311 0 26 11 15 504 52 115
Binary 11011101 10101100 11001001 0 10110 1001 1101 101000100 101010 1001101

Color Harmonies of #DDACC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDACC9

Black with #DDACC9

Text Example


Text Example

White with #DDACC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDACC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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