Html Css Color HEX #DEBBFC Mauve

📋 copy color: '#DEBBFC'

red 222 ◦ green 187 ◦ blue 252

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

Shades of Mauve #DEBBFC

Tints of Mauve #DEBBFC

RGB

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

 GREEN value IS 187 (73.44% from 255) = 28.29%

 BLUE value IS 252 (98.83% from 255) = 38.12%

R = 33.59%
G = 28.29%
B = 38.12%

CMYK

 C value IS 0.12

 M value IS 0.26

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DEBBFC (or 0xDEBBFC) is known color: Mauve. HEX triplet: DE, BB and FC. RGB value is (222,187,252). Sum of RGB (Red+Green+Blue) = 222+187+252=661 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.59% from 661); Green value is 187 (73.44% from 255 or 28.29% from 661); Blue value is 252 (98.83% from 255 or 38.12% from 661); Max value from RGB is 252 - color contains mainly: blue. Hex color #DEBBFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEBBFC is #214403. Grayscale: #CCCCCC. Windows color (decimal): -2180100 or 16563166. OLE color: 16563166.

HSL color Cylindrical-coordinate representation of color #DEBBFC: hue angle of 272.31º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DEBBFC is Cyan = 0.12, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 222 187 252 -
CMYK 0.12 0.26 0 0.01
HSL 272.31º 0.92% 0.86% -
HSV(B) 272.31º 0.26% 0.99% -
XYZ 65.47 58.1 99.86 -
YUV 204.88 154.6 140.21 -
System Red Green Blue C M Y K H S L
Decimal 222 187 252 0.12 0.26 0 0.01 272.31 0.92 0.86
Hex DE BB FC C 1A 0 1 110 5C 56
Octal 336 273 374 14 32 0 1 420 134 126
Binary 11011110 10111011 11111100 1100 11010 0 1 100010000 1011100 1010110

Color Harmonies of #DEBBFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEBBFC

Black with #DEBBFC

Text Example


Text Example

White with #DEBBFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEBBFC; }

 p { color: rgb(222,187,252); }

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

background-color css

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

 a { background-color: rgb(222,187,252); }

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

border-color css

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

 span { border-color: rgb(222,187,252); }

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