Html Css Color HEX #DDABC8 Twilight

📋 copy color: '#DDABC8'

red 221 ◦ green 171 ◦ blue 200

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

Shades of Twilight #DDABC8

Tints of Twilight #DDABC8

RGB

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

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

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

R = 37.33%
G = 28.89%
B = 33.78%

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

#DDABC8 (or 0xDDABC8) is known color: Twilight. HEX triplet: DD, AB and C8. RGB value is (221,171,200). Sum of RGB (Red+Green+Blue) = 221+171+200=592 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.33% from 592); Green value is 171 (67.19% from 255 or 28.89% from 592); Blue value is 200 (78.52% from 255 or 33.78% from 592); Max value from RGB is 221 - color contains mainly: red. Hex color #DDABC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDABC8 is #225437. Grayscale: #BDBDBD. Windows color (decimal): -2249784 or 13151197. OLE color: 13151197.

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

Color convert

RGB 221 171 200 -
CMYK 0 0.23 0.10 0.13
HSL 325.2º 0.42% 0.77% -
HSV(B) 325.2º 0.23% 0.87% -
XYZ 54.81 48.67 61.15 -
YUV 189.26 134.07 150.64 -
System Red Green Blue C M Y K H S L
Decimal 221 171 200 0 0.23 0.10 0.13 325.2 0.42 0.77
Hex DD AB C8 0 17 A D 145 2A 4D
Octal 335 253 310 0 27 12 15 505 52 115
Binary 11011101 10101011 11001000 0 10111 1010 1101 101000101 101010 1001101

Color Harmonies of #DDABC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDABC8

Black with #DDABC8

Text Example


Text Example

White with #DDABC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDABC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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