Html Css Color HEX #DDC0CB Twilight

📋 copy color: '#DDC0CB'

red 221 ◦ green 192 ◦ blue 203

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

Shades of Twilight #DDC0CB

Tints of Twilight #DDC0CB

RGB

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

 GREEN value IS 192 (75.39% from 255) = 31.17%

 BLUE value IS 203 (79.69% from 255) = 32.95%

R = 35.88%
G = 31.17%
B = 32.95%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#DDC0CB (or 0xDDC0CB) is known color: Twilight. HEX triplet: DD, C0 and CB. RGB value is (221,192,203). Sum of RGB (Red+Green+Blue) = 221+192+203=616 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.88% from 616); Green value is 192 (75.39% from 255 or 31.17% from 616); Blue value is 203 (79.69% from 255 or 32.95% from 616); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC0CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC0CB is #223F34. Grayscale: #C9C9C9. Windows color (decimal): -2244405 or 13353181. OLE color: 13353181.

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

Color convert

RGB 221 192 203 -
CMYK 0 0.13 0.08 0.13
HSL 337.24º 0.3% 0.81% -
HSV(B) 337.24º 0.13% 0.87% -
XYZ 59.45 57.38 64.44 -
YUV 201.93 128.61 141.61 -
System Red Green Blue C M Y K H S L
Decimal 221 192 203 0 0.13 0.08 0.13 337.24 0.3 0.81
Hex DD C0 CB 0 D 8 D 151 1E 51
Octal 335 300 313 0 15 10 15 521 36 121
Binary 11011101 11000000 11001011 0 1101 1000 1101 101010001 11110 1010001

Color Harmonies of #DDC0CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC0CB

Black with #DDC0CB

Text Example


Text Example

White with #DDC0CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC0CB; }

 p { color: rgb(221,192,203); }

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

background-color css

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

 a { background-color: rgb(221,192,203); }

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

border-color css

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

 span { border-color: rgb(221,192,203); }

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