#DCAFE8

Color #DCAFE8 Plum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Plum #DCAFE8

Tints of Plum #DCAFE8

Color information

#DCAFE8 (or 0xDCAFE8) is unknown color: approx Plum. HEX triplet: DC, AF and E8. RGB value is (220,175,232). Sum of RGB (Red+Green+Blue) = 220+175+232=627 (83% of max value = 765). Red value is 220 (86.33% from 255 or 35.09% from 627); Green value is 175 (68.75% from 255 or 27.91% from 627); Blue value is 232 (91.02% from 255 or 37.00% from 627); Max value from RGB is 232 - color contains mainly: blue. Hex color #DCAFE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCAFE8 is #235017. Grayscale: #C2C2C2. Windows color (decimal): -2314264 or 15249372. OLE color: 15249372.

HSL color Cylindrical-coordinate representation of color #DCAFE8: hue angle of 287.37º degrees, saturation: 0.55, 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 #DCAFE8 is Cyan = 0.05, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB220175232-
CMYK0.050.2500.09
HSL287.37º55.34%79.8%-
HSV(B)287.37º24.57%90.98%-
XYZ59.4151.783.19-
YUV194.95148.91145.87-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.09%
GREEN value IS 175 (68.75% from 255) = 27.91%
BLUE value IS 232 (91.02% from 255) = 37.00%
R=35.09%
G=27.91%
B=37.00%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2201752320.050.2500.09287.3755.3479.8
HexDCAFE85190911f3750
Octal33425735053101143767120
Binary11011100101011111110100010111001010011000111111101111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCAFE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCAFE8; }

 p { color: rgb(220,175,232); }

 H1.HeaderClassName
 {
   color: #DCAFE8;
 }
 .AnyTagClassName
 {
   color: #DCAFE8;
 }
</style>
background-color css

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

 a { background-color: rgb(220,175,232); }

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

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

 span { border-color: rgb(220,175,232); }

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