Html Css Color HEX #DDABC6 Twilight

📋 copy color: '#DDABC6'

red 221 ◦ green 171 ◦ blue 198

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

Shades of Twilight #DDABC6

Tints of Twilight #DDABC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 33.56%

R = 37.46%
G = 28.98%
B = 33.56%

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

#DDABC6 (or 0xDDABC6) is known color: Twilight. HEX triplet: DD, AB and C6. RGB value is (221,171,198). Sum of RGB (Red+Green+Blue) = 221+171+198=590 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.46% from 590); Green value is 171 (67.19% from 255 or 28.98% from 590); Blue value is 198 (77.73% from 255 or 33.56% from 590); Max value from RGB is 221 - color contains mainly: red. Hex color #DDABC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDABC6 is #225439. Grayscale: #BCBCBC. Windows color (decimal): -2249786 or 13020125. OLE color: 13020125.

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

Color convert

RGB 221 171 198 -
CMYK 0 0.23 0.10 0.13
HSL 327.6º 0.42% 0.77% -
HSV(B) 327.6º 0.23% 0.87% -
XYZ 54.57 48.58 59.93 -
YUV 189.03 133.07 150.8 -
System Red Green Blue C M Y K H S L
Decimal 221 171 198 0 0.23 0.10 0.13 327.6 0.42 0.77
Hex DD AB C6 0 17 A D 148 2A 4D
Octal 335 253 306 0 27 12 15 510 52 115
Binary 11011101 10101011 11000110 0 10111 1010 1101 101001000 101010 1001101

Color Harmonies of #DDABC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDABC6

Black with #DDABC6

Text Example


Text Example

White with #DDABC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDABC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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