Html Css Color HEX #DCAFDF Plum

📋 copy color: '#DCAFDF'

red 220 ◦ green 175 ◦ blue 223

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

Shades of Plum #DCAFDF

Tints of Plum #DCAFDF

RGB

 RED value IS 220 (86.33% from 255) = 35.6%

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

 BLUE value IS 223 (87.5% from 255) = 36.08%

R = 35.6%
G = 28.32%
B = 36.08%

CMYK

 C value IS 0.01

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DCAFDF (or 0xDCAFDF) is known color: Plum. HEX triplet: DC, AF and DF. RGB value is (220,175,223). Sum of RGB (Red+Green+Blue) = 220+175+223=618 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.60% from 618); Green value is 175 (68.75% from 255 or 28.32% from 618); Blue value is 223 (87.5% from 255 or 36.08% from 618); Max value from RGB is 223 - color contains mainly: blue. Hex color #DCAFDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCAFDF is #235020. Grayscale: #C1C1C1. Windows color (decimal): -2314273 or 14659548. OLE color: 14659548.

HSL color Cylindrical-coordinate representation of color #DCAFDF: hue angle of 296.25º degrees, saturation: 0.43, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DCAFDF is Cyan = 0.01, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 220 175 223 -
CMYK 0.01 0.22 0 0.13
HSL 296.25º 0.43% 0.78% -
HSV(B) 296.25º 0.22% 0.87% -
XYZ 58.16 51.2 76.63 -
YUV 193.93 144.41 146.6 -
System Red Green Blue C M Y K H S L
Decimal 220 175 223 0.01 0.22 0 0.13 296.25 0.43 0.78
Hex DC AF DF 1 16 0 D 128 2B 4E
Octal 334 257 337 1 26 0 15 450 53 116
Binary 11011100 10101111 11011111 1 10110 0 1101 100101000 101011 1001110

Color Harmonies of #DCAFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAFDF

Black with #DCAFDF

Text Example


Text Example

White with #DCAFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAFDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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