Html Css Color HEX #DEC1CA Melanie

📋 copy color: '#DEC1CA'

red 222 ◦ green 193 ◦ blue 202

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

Shades of Melanie #DEC1CA

Tints of Melanie #DEC1CA

RGB

 RED value IS 222 (87.11% from 255) = 35.98%

 GREEN value IS 193 (75.78% from 255) = 31.28%

 BLUE value IS 202 (79.3% from 255) = 32.74%

R = 35.98%
G = 31.28%
B = 32.74%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#DEC1CA (or 0xDEC1CA) is known color: Melanie. HEX triplet: DE, C1 and CA. RGB value is (222,193,202). Sum of RGB (Red+Green+Blue) = 222+193+202=617 (81% of max value = 765). Red value is 222 (87.11% from 255 or 35.98% from 617); Green value is 193 (75.78% from 255 or 31.28% from 617); Blue value is 202 (79.30% from 255 or 32.74% from 617); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC1CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEC1CA is #213E35. Grayscale: #CACACA. Windows color (decimal): -2178614 or 13287902. OLE color: 13287902.

HSL color Cylindrical-coordinate representation of color #DEC1CA: hue angle of 341.38º degrees, saturation: 0.31, 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 #DEC1CA is Cyan = 0, Magento = 0.13, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 193 202 -
CMYK 0 0.13 0.09 0.13
HSL 341.38º 0.31% 0.81% -
HSV(B) 341.38º 0.13% 0.87% -
XYZ 59.85 57.93 63.9 -
YUV 202.7 127.61 141.77 -
System Red Green Blue C M Y K H S L
Decimal 222 193 202 0 0.13 0.09 0.13 341.38 0.31 0.81
Hex DE C1 CA 0 D 9 D 155 1F 51
Octal 336 301 312 0 15 11 15 525 37 121
Binary 11011110 11000001 11001010 0 1101 1001 1101 101010101 11111 1010001

Color Harmonies of #DEC1CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC1CA

Black with #DEC1CA

Text Example


Text Example

White with #DEC1CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC1CA; }

 p { color: rgb(222,193,202); }

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

background-color css

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

 a { background-color: rgb(222,193,202); }

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

border-color css

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

 span { border-color: rgb(222,193,202); }

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