Html Css Color HEX #DDACC8 Twilight

📋 copy color: '#DDACC8'

red 221 ◦ green 172 ◦ blue 200

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

Shades of Twilight #DDACC8

Tints of Twilight #DDACC8

RGB

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

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

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

R = 37.27%
G = 29.01%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.10

 K value IS 0.13

RGB Variations

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

Color information

#DDACC8 (or 0xDDACC8) is known color: Twilight. HEX triplet: DD, AC and C8. RGB value is (221,172,200). Sum of RGB (Red+Green+Blue) = 221+172+200=593 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.27% from 593); Green value is 172 (67.58% from 255 or 29.01% from 593); Blue value is 200 (78.52% from 255 or 33.73% from 593); Max value from RGB is 221 - color contains mainly: red. Hex color #DDACC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDACC8 is #225337. Grayscale: #BDBDBD. Windows color (decimal): -2249528 or 13151453. OLE color: 13151453.

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

Color convert

RGB 221 172 200 -
CMYK 0 0.22 0.10 0.13
HSL 325.71º 0.42% 0.77% -
HSV(B) 325.71º 0.22% 0.87% -
XYZ 55 49.05 61.21 -
YUV 189.84 133.73 150.22 -
System Red Green Blue C M Y K H S L
Decimal 221 172 200 0 0.22 0.10 0.13 325.71 0.42 0.77
Hex DD AC C8 0 16 A D 146 2A 4D
Octal 335 254 310 0 26 12 15 506 52 115
Binary 11011101 10101100 11001000 0 10110 1010 1101 101000110 101010 1001101

Color Harmonies of #DDACC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDACC8

Black with #DDACC8

Text Example


Text Example

White with #DDACC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDACC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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