Html Css Color HEX #DDAECD Twilight

📋 copy color: '#DDAECD'

red 221 ◦ green 174 ◦ blue 205

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

Shades of Twilight #DDAECD

Tints of Twilight #DDAECD

RGB

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

 GREEN value IS 174 (68.36% from 255) = 29%

 BLUE value IS 205 (80.47% from 255) = 34.17%

R = 36.83%
G = 29%
B = 34.17%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#DDAECD (or 0xDDAECD) is known color: Twilight. HEX triplet: DD, AE and CD. RGB value is (221,174,205). Sum of RGB (Red+Green+Blue) = 221+174+205=600 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.83% from 600); Green value is 174 (68.36% from 255 or 29% from 600); Blue value is 205 (80.47% from 255 or 34.17% from 600); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAECD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDAECD is #225132. Grayscale: #BFBFBF. Windows color (decimal): -2249011 or 13479645. OLE color: 13479645.

HSL color Cylindrical-coordinate representation of color #DDAECD: hue angle of 320.43º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DDAECD is Cyan = 0, Magento = 0.21, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 174 205 -
CMYK 0 0.21 0.07 0.13
HSL 320.43º 0.41% 0.77% -
HSV(B) 320.43º 0.21% 0.87% -
XYZ 55.97 50.05 64.47 -
YUV 191.59 135.57 148.98 -
System Red Green Blue C M Y K H S L
Decimal 221 174 205 0 0.21 0.07 0.13 320.43 0.41 0.77
Hex DD AE CD 0 15 7 D 140 29 4D
Octal 335 256 315 0 25 7 15 500 51 115
Binary 11011101 10101110 11001101 0 10101 111 1101 101000000 101001 1001101

Color Harmonies of #DDAECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAECD

Black with #DDAECD

Text Example


Text Example

White with #DDAECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAECD; }

 p { color: rgb(221,174,205); }

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

background-color css

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

 a { background-color: rgb(221,174,205); }

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

border-color css

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

 span { border-color: rgb(221,174,205); }

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