Html Css Color HEX #DBAFDC Plum

📋 copy color: '#DBAFDC'

red 219 ◦ green 175 ◦ blue 220

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

Shades of Plum #DBAFDC

Tints of Plum #DBAFDC

RGB

 RED value IS 219 (85.94% from 255) = 35.67%

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

 BLUE value IS 220 (86.33% from 255) = 35.83%

R = 35.67%
G = 28.5%
B = 35.83%

CMYK

 C value IS 0.00

 M value IS 0.20

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DBAFDC (or 0xDBAFDC) is known color: Plum. HEX triplet: DB, AF and DC. RGB value is (219,175,220). Sum of RGB (Red+Green+Blue) = 219+175+220=614 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.67% from 614); Green value is 175 (68.75% from 255 or 28.50% from 614); Blue value is 220 (86.33% from 255 or 35.83% from 614); Max value from RGB is 220 - color contains mainly: blue. Hex color #DBAFDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBAFDC is #245023. Grayscale: #C1C1C1. Windows color (decimal): -2379812 or 14462939. OLE color: 14462939.

HSL color Cylindrical-coordinate representation of color #DBAFDC: hue angle of 298.67º degrees, saturation: 0.39, 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 #DBAFDC is Cyan = 0.00, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 175 220 -
CMYK 0.00 0.20 0 0.14
HSL 298.67º 0.39% 0.77% -
HSV(B) 298.67º 0.2% 0.86% -
XYZ 57.46 50.89 74.5 -
YUV 193.29 143.08 146.34 -
System Red Green Blue C M Y K H S L
Decimal 219 175 220 0.00 0.20 0 0.14 298.67 0.39 0.77
Hex DB AF DC 0 14 0 E 12B 27 4D
Octal 333 257 334 0 24 0 16 453 47 115
Binary 11011011 10101111 11011100 0 10100 0 1110 100101011 100111 1001101

Color Harmonies of #DBAFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAFDC

Black with #DBAFDC

Text Example


Text Example

White with #DBAFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAFDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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