Html Css Color HEX #DEBAFD Mauve

📋 copy color: '#DEBAFD'

red 222 ◦ green 186 ◦ blue 253

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

Shades of Mauve #DEBAFD

Tints of Mauve #DEBAFD

RGB

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

 GREEN value IS 186 (73.05% from 255) = 28.14%

 BLUE value IS 253 (99.22% from 255) = 38.28%

R = 33.59%
G = 28.14%
B = 38.28%

CMYK

 C value IS 0.12

 M value IS 0.26

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DEBAFD (or 0xDEBAFD) is known color: Mauve. HEX triplet: DE, BA and FD. RGB value is (222,186,253). Sum of RGB (Red+Green+Blue) = 222+186+253=661 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.59% from 661); Green value is 186 (73.05% from 255 or 28.14% from 661); Blue value is 253 (99.22% from 255 or 38.28% from 661); Max value from RGB is 253 - color contains mainly: blue. Hex color #DEBAFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEBAFD is #214502. Grayscale: #CCCCCC. Windows color (decimal): -2180355 or 16628446. OLE color: 16628446.

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

Color convert

RGB 222 186 253 -
CMYK 0.12 0.26 0 0.01
HSL 272.24º 0.94% 0.86% -
HSV(B) 272.24º 0.26% 0.99% -
XYZ 65.41 57.74 100.63 -
YUV 204.4 155.43 140.55 -
System Red Green Blue C M Y K H S L
Decimal 222 186 253 0.12 0.26 0 0.01 272.24 0.94 0.86
Hex DE BA FD C 1A 0 1 110 5E 56
Octal 336 272 375 14 32 0 1 420 136 126
Binary 11011110 10111010 11111101 1100 11010 0 1 100010000 1011110 1010110

Color Harmonies of #DEBAFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEBAFD

Black with #DEBAFD

Text Example


Text Example

White with #DEBAFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEBAFD; }

 p { color: rgb(222,186,253); }

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

background-color css

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

 a { background-color: rgb(222,186,253); }

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

border-color css

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

 span { border-color: rgb(222,186,253); }

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