Html Css Color HEX #DEBFFC Mauve

📋 copy color: '#DEBFFC'

red 222 ◦ green 191 ◦ blue 252

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

Shades of Mauve #DEBFFC

Tints of Mauve #DEBFFC

RGB

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

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

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

R = 33.38%
G = 28.72%
B = 37.89%

CMYK

 C value IS 0.12

 M value IS 0.24

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DEBFFC (or 0xDEBFFC) is known color: Mauve. HEX triplet: DE, BF and FC. RGB value is (222,191,252). Sum of RGB (Red+Green+Blue) = 222+191+252=665 (88% of max value = 765). Red value is 222 (87.11% from 255 or 33.38% from 665); Green value is 191 (75% from 255 or 28.72% from 665); Blue value is 252 (98.83% from 255 or 37.89% from 665); Max value from RGB is 252 - color contains mainly: blue. Hex color #DEBFFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEBFFC is #214003. Grayscale: #CFCFCF. Windows color (decimal): -2179076 or 16564190. OLE color: 16564190.

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

Color convert

RGB 222 191 252 -
CMYK 0.12 0.24 0 0.01
HSL 270.49º 0.91% 0.87% -
HSV(B) 270.49º 0.24% 0.99% -
XYZ 66.33 59.82 100.15 -
YUV 207.22 153.27 138.54 -
System Red Green Blue C M Y K H S L
Decimal 222 191 252 0.12 0.24 0 0.01 270.49 0.91 0.87
Hex DE BF FC C 18 0 1 10E 5B 57
Octal 336 277 374 14 30 0 1 416 133 127
Binary 11011110 10111111 11111100 1100 11000 0 1 100001110 1011011 1010111

Color Harmonies of #DEBFFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEBFFC

Black with #DEBFFC

Text Example


Text Example

White with #DEBFFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEBFFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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