Html Css Color HEX #DEBAFF Mauve

📋 copy color: '#DEBAFF'

red 222 ◦ green 186 ◦ blue 255

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

Shades of Mauve #DEBAFF

Tints of Mauve #DEBAFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 38.46%

R = 33.48%
G = 28.05%
B = 38.46%

CMYK

 C value IS 0.13

 M value IS 0.27

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DEBAFF (or 0xDEBAFF) is known color: Mauve. HEX triplet: DE, BA and FF. RGB value is (222,186,255). Sum of RGB (Red+Green+Blue) = 222+186+255=663 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.48% from 663); Green value is 186 (73.05% from 255 or 28.05% from 663); Blue value is 255 (100% from 255 or 38.46% from 663); Max value from RGB is 255 - color contains mainly: blue. Hex color #DEBAFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEBAFF is #214500. Grayscale: #CCCCCC. Windows color (decimal): -2180353 or 16759518. OLE color: 16759518.

HSL color Cylindrical-coordinate representation of color #DEBAFF: hue angle of 271.3º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DEBAFF is Cyan = 0.13, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 222 186 255 -
CMYK 0.13 0.27 0 0
HSL 271.3º 1% 0.86% -
HSV(B) 271.3º 0.27% 1% -
XYZ 65.73 57.87 102.31 -
YUV 204.63 156.43 140.39 -
System Red Green Blue C M Y K H S L
Decimal 222 186 255 0.13 0.27 0 0 271.3 1 0.86
Hex DE BA FF D 1B 0 0 10F 64 56
Octal 336 272 377 15 33 0 0 417 144 126
Binary 11011110 10111010 11111111 1101 11011 0 0 100001111 1100100 1010110

Color Harmonies of #DEBAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEBAFF

Black with #DEBAFF

Text Example


Text Example

White with #DEBAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEBAFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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