Html Css Color HEX #DDABCA Twilight

📋 copy color: '#DDABCA'

red 221 ◦ green 171 ◦ blue 202

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

Shades of Twilight #DDABCA

Tints of Twilight #DDABCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 34.01%

R = 37.21%
G = 28.79%
B = 34.01%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#DDABCA (or 0xDDABCA) is known color: Twilight. HEX triplet: DD, AB and CA. RGB value is (221,171,202). Sum of RGB (Red+Green+Blue) = 221+171+202=594 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.21% from 594); Green value is 171 (67.19% from 255 or 28.79% from 594); Blue value is 202 (79.30% from 255 or 34.01% from 594); Max value from RGB is 221 - color contains mainly: red. Hex color #DDABCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDABCA is #225435. Grayscale: #BDBDBD. Windows color (decimal): -2249782 or 13282269. OLE color: 13282269.

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

Color convert

RGB 221 171 202 -
CMYK 0 0.23 0.09 0.13
HSL 322.8º 0.42% 0.77% -
HSV(B) 322.8º 0.23% 0.87% -
XYZ 55.04 48.76 62.39 -
YUV 189.48 135.07 150.48 -
System Red Green Blue C M Y K H S L
Decimal 221 171 202 0 0.23 0.09 0.13 322.8 0.42 0.77
Hex DD AB CA 0 17 9 D 143 2A 4D
Octal 335 253 312 0 27 11 15 503 52 115
Binary 11011101 10101011 11001010 0 10111 1001 1101 101000011 101010 1001101

Color Harmonies of #DDABCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDABCA

Black with #DDABCA

Text Example


Text Example

White with #DDABCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDABCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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