Html Css Color HEX #DEBDFD Mauve

📋 copy color: '#DEBDFD'

red 222 ◦ green 189 ◦ blue 253

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

Shades of Mauve #DEBDFD

Tints of Mauve #DEBDFD

RGB

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

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

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

R = 33.43%
G = 28.46%
B = 38.1%

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

#DEBDFD (or 0xDEBDFD) is known color: Mauve. HEX triplet: DE, BD and FD. RGB value is (222,189,253). Sum of RGB (Red+Green+Blue) = 222+189+253=664 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.43% from 664); Green value is 189 (74.22% from 255 or 28.46% from 664); Blue value is 253 (99.22% from 255 or 38.10% from 664); Max value from RGB is 253 - color contains mainly: blue. Hex color #DEBDFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEBDFD is #214202. Grayscale: #CDCDCD. Windows color (decimal): -2179587 or 16629214. OLE color: 16629214.

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

Color convert

RGB 222 189 253 -
CMYK 0.12 0.25 0 0.01
HSL 270.94º 0.94% 0.87% -
HSV(B) 270.94º 0.25% 0.99% -
XYZ 66.05 59.02 100.84 -
YUV 206.16 154.43 139.3 -
System Red Green Blue C M Y K H S L
Decimal 222 189 253 0.12 0.25 0 0.01 270.94 0.94 0.87
Hex DE BD FD C 19 0 1 10F 5E 57
Octal 336 275 375 14 31 0 1 417 136 127
Binary 11011110 10111101 11111101 1100 11001 0 1 100001111 1011110 1010111

Color Harmonies of #DEBDFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEBDFD

Black with #DEBDFD

Text Example


Text Example

White with #DEBDFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEBDFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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