Html Css Color HEX #DEAFE9 Plum

📋 copy color: '#DEAFE9'

red 222 ◦ green 175 ◦ blue 233

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

Shades of Plum #DEAFE9

Tints of Plum #DEAFE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 36.98%

R = 35.24%
G = 27.78%
B = 36.98%

CMYK

 C value IS 0.05

 M value IS 0.25

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#DEAFE9 (or 0xDEAFE9) is known color: Plum. HEX triplet: DE, AF and E9. RGB value is (222,175,233). Sum of RGB (Red+Green+Blue) = 222+175+233=630 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.24% from 630); Green value is 175 (68.75% from 255 or 27.78% from 630); Blue value is 233 (91.41% from 255 or 36.98% from 630); Max value from RGB is 233 - color contains mainly: blue. Hex color #DEAFE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEAFE9 is #215016. Grayscale: #C3C3C3. Windows color (decimal): -2183191 or 15314910. OLE color: 15314910.

HSL color Cylindrical-coordinate representation of color #DEAFE9: hue angle of 288.62º degrees, saturation: 0.57, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DEAFE9 is Cyan = 0.05, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 222 175 233 -
CMYK 0.05 0.25 0 0.09
HSL 288.62º 0.57% 0.8% -
HSV(B) 288.62º 0.25% 0.91% -
XYZ 60.16 52.07 83.97 -
YUV 195.67 149.07 146.78 -
System Red Green Blue C M Y K H S L
Decimal 222 175 233 0.05 0.25 0 0.09 288.62 0.57 0.8
Hex DE AF E9 5 19 0 9 121 39 50
Octal 336 257 351 5 31 0 11 441 71 120
Binary 11011110 10101111 11101001 101 11001 0 1001 100100001 111001 1010000

Color Harmonies of #DEAFE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEAFE9

Black with #DEAFE9

Text Example


Text Example

White with #DEAFE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEAFE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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