Html Css Color HEX #DEAFF0 Mauve

📋 copy color: '#DEAFF0'

red 222 ◦ green 175 ◦ blue 240

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

Shades of Mauve #DEAFF0

Tints of Mauve #DEAFF0

RGB

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

 GREEN value IS 175 (68.75% from 255) = 27.47%

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

R = 34.85%
G = 27.47%
B = 37.68%

CMYK

 C value IS 0.08

 M value IS 0.27

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DEAFF0 (or 0xDEAFF0) is known color: Mauve. HEX triplet: DE, AF and F0. RGB value is (222,175,240). Sum of RGB (Red+Green+Blue) = 222+175+240=637 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.85% from 637); Green value is 175 (68.75% from 255 or 27.47% from 637); Blue value is 240 (94.14% from 255 or 37.68% from 637); Max value from RGB is 240 - color contains mainly: blue. Hex color #DEAFF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEAFF0 is #21500F. Grayscale: #C4C4C4. Windows color (decimal): -2183184 or 15773662. OLE color: 15773662.

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

Color convert

RGB 222 175 240 -
CMYK 0.08 0.27 0 0.06
HSL 283.38º 0.68% 0.81% -
HSV(B) 283.38º 0.27% 0.94% -
XYZ 61.18 52.48 89.34 -
YUV 196.46 152.57 146.21 -
System Red Green Blue C M Y K H S L
Decimal 222 175 240 0.08 0.27 0 0.06 283.38 0.68 0.81
Hex DE AF F0 8 1B 0 6 11B 44 51
Octal 336 257 360 10 33 0 6 433 104 121
Binary 11011110 10101111 11110000 1000 11011 0 110 100011011 1000100 1010001

Color Harmonies of #DEAFF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEAFF0

Black with #DEAFF0

Text Example


Text Example

White with #DEAFF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEAFF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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