Html Css Color HEX #DEAEC1 Melanie

📋 copy color: '#DEAEC1'

red 222 ◦ green 174 ◦ blue 193

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

Shades of Melanie #DEAEC1

Tints of Melanie #DEAEC1

RGB

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

 GREEN value IS 174 (68.36% from 255) = 29.54%

 BLUE value IS 193 (75.78% from 255) = 32.77%

R = 37.69%
G = 29.54%
B = 32.77%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.13

 K value IS 0.13

RGB Variations

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

Color information

#DEAEC1 (or 0xDEAEC1) is known color: Melanie. HEX triplet: DE, AE and C1. RGB value is (222,174,193). Sum of RGB (Red+Green+Blue) = 222+174+193=589 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.69% from 589); Green value is 174 (68.36% from 255 or 29.54% from 589); Blue value is 193 (75.78% from 255 or 32.77% from 589); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAEC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEAEC1 is #21513E. Grayscale: #BEBEBE. Windows color (decimal): -2183487 or 12693214. OLE color: 12693214.

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

Color convert

RGB 222 174 193 -
CMYK 0 0.22 0.13 0.13
HSL 336.25º 0.42% 0.78% -
HSV(B) 336.25º 0.22% 0.87% -
XYZ 54.89 49.65 57.14 -
YUV 190.52 129.4 150.46 -
System Red Green Blue C M Y K H S L
Decimal 222 174 193 0 0.22 0.13 0.13 336.25 0.42 0.78
Hex DE AE C1 0 16 D D 150 2A 4E
Octal 336 256 301 0 26 15 15 520 52 116
Binary 11011110 10101110 11000001 0 10110 1101 1101 101010000 101010 1001110

Color Harmonies of #DEAEC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEAEC1

Black with #DEAEC1

Text Example


Text Example

White with #DEAEC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEAEC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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