Html Css Color HEX #DDCACC Melanie

📋 copy color: '#DDCACC'

red 221 ◦ green 202 ◦ blue 204

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

Shades of Melanie #DDCACC

Tints of Melanie #DDCACC

RGB

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

 GREEN value IS 202 (79.3% from 255) = 32.22%

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

R = 35.25%
G = 32.22%
B = 32.54%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#DDCACC (or 0xDDCACC) is known color: Melanie. HEX triplet: DD, CA and CC. RGB value is (221,202,204). Sum of RGB (Red+Green+Blue) = 221+202+204=627 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.25% from 627); Green value is 202 (79.30% from 255 or 32.22% from 627); Blue value is 204 (80.08% from 255 or 32.54% from 627); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCACC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCACC is #223533. Grayscale: #CFCFCF. Windows color (decimal): -2241844 or 13421277. OLE color: 13421277.

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

Color convert

RGB 221 202 204 -
CMYK 0 0.09 0.08 0.13
HSL 353.68º 0.22% 0.83% -
HSV(B) 353.68º 0.09% 0.87% -
XYZ 61.84 61.97 65.83 -
YUV 207.91 125.79 137.34 -
System Red Green Blue C M Y K H S L
Decimal 221 202 204 0 0.09 0.08 0.13 353.68 0.22 0.83
Hex DD CA CC 0 9 8 D 162 16 53
Octal 335 312 314 0 11 10 15 542 26 123
Binary 11011101 11001010 11001100 0 1001 1000 1101 101100010 10110 1010011

Color Harmonies of #DDCACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCACC

Black with #DDCACC

Text Example


Text Example

White with #DDCACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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