Html Css Color HEX #DEBDFC Mauve

📋 copy color: '#DEBDFC'

red 222 ◦ green 189 ◦ blue 252

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

Shades of Mauve #DEBDFC

Tints of Mauve #DEBDFC

RGB

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

 GREEN value IS 189 (74.22% from 255) = 28.51%

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

R = 33.48%
G = 28.51%
B = 38.01%

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

#DEBDFC (or 0xDEBDFC) is known color: Mauve. HEX triplet: DE, BD and FC. RGB value is (222,189,252). Sum of RGB (Red+Green+Blue) = 222+189+252=663 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.48% from 663); Green value is 189 (74.22% from 255 or 28.51% from 663); Blue value is 252 (98.83% from 255 or 38.01% from 663); Max value from RGB is 252 - color contains mainly: blue. Hex color #DEBDFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEBDFC is #214203. Grayscale: #CDCDCD. Windows color (decimal): -2179588 or 16563678. OLE color: 16563678.

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

Color convert

RGB 222 189 252 -
CMYK 0.12 0.25 0 0.01
HSL 271.43º 0.91% 0.86% -
HSV(B) 271.43º 0.25% 0.99% -
XYZ 65.89 58.95 100 -
YUV 206.05 153.93 139.38 -
System Red Green Blue C M Y K H S L
Decimal 222 189 252 0.12 0.25 0 0.01 271.43 0.91 0.86
Hex DE BD FC C 19 0 1 10F 5B 56
Octal 336 275 374 14 31 0 1 417 133 126
Binary 11011110 10111101 11111100 1100 11001 0 1 100001111 1011011 1010110

Color Harmonies of #DEBDFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEBDFC

Black with #DEBDFC

Text Example


Text Example

White with #DEBDFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEBDFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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