Html Css Color HEX #DEAEFD Mauve

📋 copy color: '#DEAEFD'

red 222 ◦ green 174 ◦ blue 253

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

Shades of Mauve #DEAEFD

Tints of Mauve #DEAEFD

RGB

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

 GREEN value IS 174 (68.36% from 255) = 26.81%

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

R = 34.21%
G = 26.81%
B = 38.98%

CMYK

 C value IS 0.12

 M value IS 0.31

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DEAEFD (or 0xDEAEFD) is known color: Mauve. HEX triplet: DE, AE and FD. RGB value is (222,174,253). Sum of RGB (Red+Green+Blue) = 222+174+253=649 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.21% from 649); Green value is 174 (68.36% from 255 or 26.81% from 649); Blue value is 253 (99.22% from 255 or 38.98% from 649); Max value from RGB is 253 - color contains mainly: blue. Hex color #DEAEFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEAEFD is #215102. Grayscale: #C5C5C5. Windows color (decimal): -2183427 or 16625374. OLE color: 16625374.

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

Color convert

RGB 222 174 253 -
CMYK 0.12 0.31 0 0.01
HSL 276.46º 0.95% 0.84% -
HSV(B) 276.46º 0.31% 0.99% -
XYZ 62.99 52.89 99.82 -
YUV 197.36 159.4 145.58 -
System Red Green Blue C M Y K H S L
Decimal 222 174 253 0.12 0.31 0 0.01 276.46 0.95 0.84
Hex DE AE FD C 1F 0 1 114 5F 54
Octal 336 256 375 14 37 0 1 424 137 124
Binary 11011110 10101110 11111101 1100 11111 0 1 100010100 1011111 1010100

Color Harmonies of #DEAEFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEAEFD

Black with #DEAEFD

Text Example


Text Example

White with #DEAEFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEAEFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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