Html Css Color HEX #DDD0D9 Twilight

📋 copy color: '#DDD0D9'

red 221 ◦ green 208 ◦ blue 217

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

Shades of Twilight #DDD0D9

Tints of Twilight #DDD0D9

RGB

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

 GREEN value IS 208 (81.64% from 255) = 32.2%

 BLUE value IS 217 (85.16% from 255) = 33.59%

R = 34.21%
G = 32.2%
B = 33.59%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#DDD0D9 (or 0xDDD0D9) is known color: Twilight. HEX triplet: DD, D0 and D9. RGB value is (221,208,217). Sum of RGB (Red+Green+Blue) = 221+208+217=646 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.21% from 646); Green value is 208 (81.64% from 255 or 32.20% from 646); Blue value is 217 (85.16% from 255 or 33.59% from 646); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD0D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD0D9 is #222F26. Grayscale: #D4D4D4. Windows color (decimal): -2240295 or 14274781. OLE color: 14274781.

HSL color Cylindrical-coordinate representation of color #DDD0D9: hue angle of 318.46º degrees, saturation: 0.16, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DDD0D9 is Cyan = 0, Magento = 0.06, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 208 217 -
CMYK 0 0.06 0.02 0.13
HSL 318.46º 0.16% 0.84% -
HSV(B) 318.46º 0.06% 0.87% -
XYZ 64.9 65.49 74.87 -
YUV 212.91 130.31 133.77 -
System Red Green Blue C M Y K H S L
Decimal 221 208 217 0 0.06 0.02 0.13 318.46 0.16 0.84
Hex DD D0 D9 0 6 2 D 13E 10 54
Octal 335 320 331 0 6 2 15 476 20 124
Binary 11011101 11010000 11011001 0 110 10 1101 100111110 10000 1010100

Color Harmonies of #DDD0D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD0D9

Black with #DDD0D9

Text Example


Text Example

White with #DDD0D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD0D9; }

 p { color: rgb(221,208,217); }

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

background-color css

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

 a { background-color: rgb(221,208,217); }

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

border-color css

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

 span { border-color: rgb(221,208,217); }

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