Html Css Color HEX #DDADC7 Twilight

📋 copy color: '#DDADC7'

red 221 ◦ green 173 ◦ blue 199

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

Shades of Twilight #DDADC7

Tints of Twilight #DDADC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 33.56%

R = 37.27%
G = 29.17%
B = 33.56%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.10

 K value IS 0.13

RGB Variations

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

Color information

#DDADC7 (or 0xDDADC7) is known color: Twilight. HEX triplet: DD, AD and C7. RGB value is (221,173,199). Sum of RGB (Red+Green+Blue) = 221+173+199=593 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.27% from 593); Green value is 173 (67.97% from 255 or 29.17% from 593); Blue value is 199 (78.12% from 255 or 33.56% from 593); Max value from RGB is 221 - color contains mainly: red. Hex color #DDADC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDADC7 is #225238. Grayscale: #BEBEBE. Windows color (decimal): -2249273 or 13086173. OLE color: 13086173.

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

Color convert

RGB 221 173 199 -
CMYK 0 0.22 0.10 0.13
HSL 327.5º 0.41% 0.77% -
HSV(B) 327.5º 0.22% 0.87% -
XYZ 55.07 49.38 60.66 -
YUV 190.32 132.9 149.89 -
System Red Green Blue C M Y K H S L
Decimal 221 173 199 0 0.22 0.10 0.13 327.5 0.41 0.77
Hex DD AD C7 0 16 A D 148 29 4D
Octal 335 255 307 0 26 12 15 510 51 115
Binary 11011101 10101101 11000111 0 10110 1010 1101 101001000 101001 1001101

Color Harmonies of #DDADC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDADC7

Black with #DDADC7

Text Example


Text Example

White with #DDADC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDADC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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