Html Css Color HEX #DDC2CC Twilight

📋 copy color: '#DDC2CC'

red 221 ◦ green 194 ◦ blue 204

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

Shades of Twilight #DDC2CC

Tints of Twilight #DDC2CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 32.96%

R = 35.7%
G = 31.34%
B = 32.96%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#DDC2CC (or 0xDDC2CC) is known color: Twilight. HEX triplet: DD, C2 and CC. RGB value is (221,194,204). Sum of RGB (Red+Green+Blue) = 221+194+204=619 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.70% from 619); Green value is 194 (76.17% from 255 or 31.34% from 619); Blue value is 204 (80.08% from 255 or 32.96% from 619); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC2CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC2CC is #223D33. Grayscale: #CBCBCB. Windows color (decimal): -2243892 or 13419229. OLE color: 13419229.

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

Color convert

RGB 221 194 204 -
CMYK 0 0.12 0.08 0.13
HSL 337.78º 0.28% 0.81% -
HSV(B) 337.78º 0.12% 0.87% -
XYZ 60.01 58.32 65.22 -
YUV 203.21 128.45 140.69 -
System Red Green Blue C M Y K H S L
Decimal 221 194 204 0 0.12 0.08 0.13 337.78 0.28 0.81
Hex DD C2 CC 0 C 8 D 152 1C 51
Octal 335 302 314 0 14 10 15 522 34 121
Binary 11011101 11000010 11001100 0 1100 1000 1101 101010010 11100 1010001

Color Harmonies of #DDC2CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC2CC

Black with #DDC2CC

Text Example


Text Example

White with #DDC2CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC2CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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