Html Css Color HEX #DDADC9 Twilight

📋 copy color: '#DDADC9'

red 221 ◦ green 173 ◦ blue 201

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

Shades of Twilight #DDADC9

Tints of Twilight #DDADC9

RGB

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

 GREEN value IS 173 (67.97% from 255) = 29.08%

 BLUE value IS 201 (78.91% from 255) = 33.78%

R = 37.14%
G = 29.08%
B = 33.78%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#DDADC9 (or 0xDDADC9) is known color: Twilight. HEX triplet: DD, AD and C9. RGB value is (221,173,201). Sum of RGB (Red+Green+Blue) = 221+173+201=595 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.14% from 595); Green value is 173 (67.97% from 255 or 29.08% from 595); Blue value is 201 (78.91% from 255 or 33.78% from 595); Max value from RGB is 221 - color contains mainly: red. Hex color #DDADC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDADC9 is #225236. Grayscale: #BEBEBE. Windows color (decimal): -2249271 or 13217245. OLE color: 13217245.

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

Color convert

RGB 221 173 201 -
CMYK 0 0.22 0.09 0.13
HSL 325º 0.41% 0.77% -
HSV(B) 325º 0.22% 0.87% -
XYZ 55.3 49.48 61.89 -
YUV 190.54 133.9 149.72 -
System Red Green Blue C M Y K H S L
Decimal 221 173 201 0 0.22 0.09 0.13 325 0.41 0.77
Hex DD AD C9 0 16 9 D 145 29 4D
Octal 335 255 311 0 26 11 15 505 51 115
Binary 11011101 10101101 11001001 0 10110 1001 1101 101000101 101001 1001101

Color Harmonies of #DDADC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDADC9

Black with #DDADC9

Text Example


Text Example

White with #DDADC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDADC9; }

 p { color: rgb(221,173,201); }

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

background-color css

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

 a { background-color: rgb(221,173,201); }

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

border-color css

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

 span { border-color: rgb(221,173,201); }

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