Html Css Color HEX #DDC2D0 Twilight

📋 copy color: '#DDC2D0'

red 221 ◦ green 194 ◦ blue 208

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

Shades of Twilight #DDC2D0

Tints of Twilight #DDC2D0

RGB

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

 GREEN value IS 194 (76.17% from 255) = 31.14%

 BLUE value IS 208 (81.64% from 255) = 33.39%

R = 35.47%
G = 31.14%
B = 33.39%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.06

 K value IS 0.13

RGB Variations

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

Color information

#DDC2D0 (or 0xDDC2D0) is known color: Twilight. HEX triplet: DD, C2 and D0. RGB value is (221,194,208). Sum of RGB (Red+Green+Blue) = 221+194+208=623 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.47% from 623); Green value is 194 (76.17% from 255 or 31.14% from 623); Blue value is 208 (81.64% from 255 or 33.39% from 623); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC2D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC2D0 is #223D2F. Grayscale: #CBCBCB. Windows color (decimal): -2243888 or 13681373. OLE color: 13681373.

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

Color convert

RGB 221 194 208 -
CMYK 0 0.12 0.06 0.13
HSL 328.89º 0.28% 0.81% -
HSV(B) 328.89º 0.12% 0.87% -
XYZ 60.5 58.51 67.78 -
YUV 203.67 130.45 140.36 -
System Red Green Blue C M Y K H S L
Decimal 221 194 208 0 0.12 0.06 0.13 328.89 0.28 0.81
Hex DD C2 D0 0 C 6 D 149 1C 51
Octal 335 302 320 0 14 6 15 511 34 121
Binary 11011101 11000010 11010000 0 1100 110 1101 101001001 11100 1010001

Color Harmonies of #DDC2D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC2D0

Black with #DDC2D0

Text Example


Text Example

White with #DDC2D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC2D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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