#DAAFDB

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

Shades of Plum #DAAFDB

Tints of Plum #DAAFDB

Color information

#DAAFDB (or 0xDAAFDB) is unknown color: approx Plum. HEX triplet: DA, AF and DB. RGB value is (218,175,219). Sum of RGB (Red+Green+Blue) = 218+175+219=612 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.62% from 612); Green value is 175 (68.75% from 255 or 28.59% from 612); Blue value is 219 (85.94% from 255 or 35.78% from 612); Max value from RGB is 219 - color contains mainly: blue. Hex color #DAAFDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAAFDB is #255024. Grayscale: #C0C0C0. Windows color (decimal): -2445349 or 14397402. OLE color: 14397402.

HSL color Cylindrical-coordinate representation of color #DAAFDB: hue angle of 298.64º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DAAFDB is Cyan = 0.00, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB218175219-
CMYK0.000.2000.14
HSL298.64º37.93%77.25%-
HSV(B)298.64º20.09%85.88%-
XYZ57.0350.6873.79-
YUV192.87142.75145.92-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.62%
GREEN value IS 175 (68.75% from 255) = 28.59%
BLUE value IS 219 (85.94% from 255) = 35.78%
R=35.62%
G=28.59%
B=35.78%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2181752190.000.2000.14298.6437.9377.25
HexDAAFDB0140E12b264d
Octal33225733302401645346115
Binary110110101010111111011011010100011101001010111001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAAFDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAAFDB; }

 p { color: rgb(218,175,219); }

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

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

 a { background-color: rgb(218,175,219); }

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

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

 span { border-color: rgb(218,175,219); }

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