Html Css Color HEX #DEAFFD Mauve

📋 copy color: '#DEAFFD'

red 222 ◦ green 175 ◦ blue 253

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

Shades of Mauve #DEAFFD

Tints of Mauve #DEAFFD

RGB

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

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

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

R = 34.15%
G = 26.92%
B = 38.92%

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

#DEAFFD (or 0xDEAFFD) is known color: Mauve. HEX triplet: DE, AF and FD. RGB value is (222,175,253). Sum of RGB (Red+Green+Blue) = 222+175+253=650 (86% of max value = 765). Red value is 222 (87.11% from 255 or 34.15% from 650); Green value is 175 (68.75% from 255 or 26.92% from 650); Blue value is 253 (99.22% from 255 or 38.92% from 650); Max value from RGB is 253 - color contains mainly: blue. Hex color #DEAFFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEAFFD is #215002. Grayscale: #C5C5C5. Windows color (decimal): -2183171 or 16625630. OLE color: 16625630.

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

Color convert

RGB 222 175 253 -
CMYK 0.12 0.31 0 0.01
HSL 276.15º 0.95% 0.84% -
HSV(B) 276.15º 0.31% 0.99% -
XYZ 63.18 53.28 99.88 -
YUV 197.95 159.07 145.16 -
System Red Green Blue C M Y K H S L
Decimal 222 175 253 0.12 0.31 0 0.01 276.15 0.95 0.84
Hex DE AF FD C 1F 0 1 114 5F 54
Octal 336 257 375 14 37 0 1 424 137 124
Binary 11011110 10101111 11111101 1100 11111 0 1 100010100 1011111 1010100

Color Harmonies of #DEAFFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEAFFD

Black with #DEAFFD

Text Example


Text Example

White with #DEAFFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEAFFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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