Html Css Color HEX #DEBFC7 Melanie

📋 copy color: '#DEBFC7'

red 222 ◦ green 191 ◦ blue 199

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

Shades of Melanie #DEBFC7

Tints of Melanie #DEBFC7

RGB

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

 GREEN value IS 191 (75% from 255) = 31.21%

 BLUE value IS 199 (78.13% from 255) = 32.52%

R = 36.27%
G = 31.21%
B = 32.52%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.10

 K value IS 0.13

RGB Variations

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

Color information

#DEBFC7 (or 0xDEBFC7) is known color: Melanie. HEX triplet: DE, BF and C7. RGB value is (222,191,199). Sum of RGB (Red+Green+Blue) = 222+191+199=612 (81% of max value = 765). Red value is 222 (87.11% from 255 or 36.27% from 612); Green value is 191 (75% from 255 or 31.21% from 612); Blue value is 199 (78.12% from 255 or 32.52% from 612); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBFC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEBFC7 is #214038. Grayscale: #C9C9C9. Windows color (decimal): -2179129 or 13090782. OLE color: 13090782.

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

Color convert

RGB 222 191 199 -
CMYK 0 0.14 0.10 0.13
HSL 344.52º 0.32% 0.81% -
HSV(B) 344.52º 0.14% 0.87% -
XYZ 59.06 56.91 61.91 -
YUV 201.18 126.77 142.85 -
System Red Green Blue C M Y K H S L
Decimal 222 191 199 0 0.14 0.10 0.13 344.52 0.32 0.81
Hex DE BF C7 0 E A D 159 20 51
Octal 336 277 307 0 16 12 15 531 40 121
Binary 11011110 10111111 11000111 0 1110 1010 1101 101011001 100000 1010001

Color Harmonies of #DEBFC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEBFC7

Black with #DEBFC7

Text Example


Text Example

White with #DEBFC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEBFC7; }

 p { color: rgb(222,191,199); }

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

background-color css

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

 a { background-color: rgb(222,191,199); }

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

border-color css

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

 span { border-color: rgb(222,191,199); }

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