Html Css Color HEX #DEBCF0 Mauve

📋 copy color: '#DEBCF0'

red 222 ◦ green 188 ◦ blue 240

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

Shades of Mauve #DEBCF0

Tints of Mauve #DEBCF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 36.92%

R = 34.15%
G = 28.92%
B = 36.92%

CMYK

 C value IS 0.08

 M value IS 0.22

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DEBCF0 (or 0xDEBCF0) is known color: Mauve. HEX triplet: DE, BC and F0. RGB value is (222,188,240). Sum of RGB (Red+Green+Blue) = 222+188+240=650 (86% of max value = 765). Red value is 222 (87.11% from 255 or 34.15% from 650); Green value is 188 (73.83% from 255 or 28.92% from 650); Blue value is 240 (94.14% from 255 or 36.92% from 650); Max value from RGB is 240 - color contains mainly: blue. Hex color #DEBCF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEBCF0 is #21430F. Grayscale: #CBCBCB. Windows color (decimal): -2179856 or 15776990. OLE color: 15776990.

HSL color Cylindrical-coordinate representation of color #DEBCF0: hue angle of 279.23º degrees, saturation: 0.63, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DEBCF0 is Cyan = 0.08, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 222 188 240 -
CMYK 0.08 0.22 0 0.06
HSL 279.23º 0.63% 0.84% -
HSV(B) 279.23º 0.22% 0.94% -
XYZ 63.84 57.79 90.23 -
YUV 204.09 148.26 140.77 -
System Red Green Blue C M Y K H S L
Decimal 222 188 240 0.08 0.22 0 0.06 279.23 0.63 0.84
Hex DE BC F0 8 16 0 6 117 3F 54
Octal 336 274 360 10 26 0 6 427 77 124
Binary 11011110 10111100 11110000 1000 10110 0 110 100010111 111111 1010100

Color Harmonies of #DEBCF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEBCF0

Black with #DEBCF0

Text Example


Text Example

White with #DEBCF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEBCF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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