Html Css Color HEX #DEBAFA Mauve

📋 copy color: '#DEBAFA'

red 222 ◦ green 186 ◦ blue 250

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

Shades of Mauve #DEBAFA

Tints of Mauve #DEBAFA

RGB

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

 GREEN value IS 186 (73.05% from 255) = 28.27%

 BLUE value IS 250 (98.05% from 255) = 37.99%

R = 33.74%
G = 28.27%
B = 37.99%

CMYK

 C value IS 0.11

 M value IS 0.26

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DEBAFA (or 0xDEBAFA) is known color: Mauve. HEX triplet: DE, BA and FA. RGB value is (222,186,250). Sum of RGB (Red+Green+Blue) = 222+186+250=658 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.74% from 658); Green value is 186 (73.05% from 255 or 28.27% from 658); Blue value is 250 (98.05% from 255 or 37.99% from 658); Max value from RGB is 250 - color contains mainly: blue. Hex color #DEBAFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEBAFA is #214505. Grayscale: #CBCBCB. Windows color (decimal): -2180358 or 16431838. OLE color: 16431838.

HSL color Cylindrical-coordinate representation of color #DEBAFA: hue angle of 273.75º degrees, saturation: 0.86, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DEBAFA is Cyan = 0.11, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 222 186 250 -
CMYK 0.11 0.26 0 0.02
HSL 273.75º 0.86% 0.85% -
HSV(B) 273.75º 0.26% 0.98% -
XYZ 64.94 57.55 98.13 -
YUV 204.06 153.93 140.8 -
System Red Green Blue C M Y K H S L
Decimal 222 186 250 0.11 0.26 0 0.02 273.75 0.86 0.85
Hex DE BA FA B 1A 0 2 112 56 55
Octal 336 272 372 13 32 0 2 422 126 125
Binary 11011110 10111010 11111010 1011 11010 0 10 100010010 1010110 1010101

Color Harmonies of #DEBAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEBAFA

Black with #DEBAFA

Text Example


Text Example

White with #DEBAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEBAFA; }

 p { color: rgb(222,186,250); }

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

background-color css

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

 a { background-color: rgb(222,186,250); }

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

border-color css

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

 span { border-color: rgb(222,186,250); }

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