Html Css Color HEX #DEBCFC Mauve

📋 copy color: '#DEBCFC'

red 222 ◦ green 188 ◦ blue 252

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

Shades of Mauve #DEBCFC

Tints of Mauve #DEBCFC

RGB

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

 GREEN value IS 188 (73.83% from 255) = 28.4%

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

R = 33.53%
G = 28.4%
B = 38.07%

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

#DEBCFC (or 0xDEBCFC) is known color: Mauve. HEX triplet: DE, BC and FC. RGB value is (222,188,252). Sum of RGB (Red+Green+Blue) = 222+188+252=662 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.53% from 662); Green value is 188 (73.83% from 255 or 28.40% from 662); Blue value is 252 (98.83% from 255 or 38.07% from 662); Max value from RGB is 252 - color contains mainly: blue. Hex color #DEBCFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEBCFC is #214303. Grayscale: #CDCDCD. Windows color (decimal): -2179844 or 16563422. OLE color: 16563422.

HSL color Cylindrical-coordinate representation of color #DEBCFC: hue angle of 271.88º 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 #DEBCFC is Cyan = 0.12, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 222 188 252 -
CMYK 0.12 0.25 0 0.01
HSL 271.88º 0.91% 0.86% -
HSV(B) 271.88º 0.25% 0.99% -
XYZ 65.68 58.52 99.93 -
YUV 205.46 154.26 139.8 -
System Red Green Blue C M Y K H S L
Decimal 222 188 252 0.12 0.25 0 0.01 271.88 0.91 0.86
Hex DE BC FC C 19 0 1 110 5B 56
Octal 336 274 374 14 31 0 1 420 133 126
Binary 11011110 10111100 11111100 1100 11001 0 1 100010000 1011011 1010110

Color Harmonies of #DEBCFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEBCFC

Black with #DEBCFC

Text Example


Text Example

White with #DEBCFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEBCFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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