Html Css Color HEX #DDACC5 Twilight

📋 copy color: '#DDACC5'

red 221 ◦ green 172 ◦ blue 197

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

Shades of Twilight #DDACC5

Tints of Twilight #DDACC5

RGB

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

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

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

R = 37.46%
G = 29.15%
B = 33.39%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.11

 K value IS 0.13

RGB Variations

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

Color information

#DDACC5 (or 0xDDACC5) is known color: Twilight. HEX triplet: DD, AC and C5. RGB value is (221,172,197). Sum of RGB (Red+Green+Blue) = 221+172+197=590 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.46% from 590); Green value is 172 (67.58% from 255 or 29.15% from 590); Blue value is 197 (77.34% from 255 or 33.39% from 590); Max value from RGB is 221 - color contains mainly: red. Hex color #DDACC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDACC5 is #22533A. Grayscale: #BDBDBD. Windows color (decimal): -2249531 or 12954845. OLE color: 12954845.

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

Color convert

RGB 221 172 197 -
CMYK 0 0.22 0.11 0.13
HSL 329.39º 0.42% 0.77% -
HSV(B) 329.39º 0.22% 0.87% -
XYZ 54.65 48.91 59.38 -
YUV 189.5 132.23 150.47 -
System Red Green Blue C M Y K H S L
Decimal 221 172 197 0 0.22 0.11 0.13 329.39 0.42 0.77
Hex DD AC C5 0 16 B D 149 2A 4D
Octal 335 254 305 0 26 13 15 511 52 115
Binary 11011101 10101100 11000101 0 10110 1011 1101 101001001 101010 1001101

Color Harmonies of #DDACC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDACC5

Black with #DDACC5

Text Example


Text Example

White with #DDACC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDACC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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