Html Css Color HEX #DEBEFC Mauve

📋 copy color: '#DEBEFC'

red 222 ◦ green 190 ◦ blue 252

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

Shades of Mauve #DEBEFC

Tints of Mauve #DEBEFC

RGB

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

 GREEN value IS 190 (74.61% from 255) = 28.61%

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

R = 33.43%
G = 28.61%
B = 37.95%

CMYK

 C value IS 0.12

 M value IS 0.25

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DEBEFC (or 0xDEBEFC) is known color: Mauve. HEX triplet: DE, BE and FC. RGB value is (222,190,252). Sum of RGB (Red+Green+Blue) = 222+190+252=664 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.43% from 664); Green value is 190 (74.61% from 255 or 28.61% from 664); Blue value is 252 (98.83% from 255 or 37.95% from 664); Max value from RGB is 252 - color contains mainly: blue. Hex color #DEBEFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEBEFC is #214103. Grayscale: #CECECE. Windows color (decimal): -2179332 or 16563934. OLE color: 16563934.

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

Color convert

RGB 222 190 252 -
CMYK 0.12 0.25 0 0.01
HSL 270.97º 0.91% 0.87% -
HSV(B) 270.97º 0.25% 0.99% -
XYZ 66.11 59.38 100.07 -
YUV 206.64 153.6 138.96 -
System Red Green Blue C M Y K H S L
Decimal 222 190 252 0.12 0.25 0 0.01 270.97 0.91 0.87
Hex DE BE FC C 19 0 1 10F 5B 57
Octal 336 276 374 14 31 0 1 417 133 127
Binary 11011110 10111110 11111100 1100 11001 0 1 100001111 1011011 1010111

Color Harmonies of #DEBEFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEBEFC

Black with #DEBEFC

Text Example


Text Example

White with #DEBEFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEBEFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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