Html Css Color HEX #DCAFE0 Plum

📋 copy color: '#DCAFE0'

red 220 ◦ green 175 ◦ blue 224

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

Shades of Plum #DCAFE0

Tints of Plum #DCAFE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 36.19%

R = 35.54%
G = 28.27%
B = 36.19%

CMYK

 C value IS 0.02

 M value IS 0.22

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DCAFE0 (or 0xDCAFE0) is known color: Plum. HEX triplet: DC, AF and E0. RGB value is (220,175,224). Sum of RGB (Red+Green+Blue) = 220+175+224=619 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.54% from 619); Green value is 175 (68.75% from 255 or 28.27% from 619); Blue value is 224 (87.89% from 255 or 36.19% from 619); Max value from RGB is 224 - color contains mainly: blue. Hex color #DCAFE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCAFE0 is #23501F. Grayscale: #C1C1C1. Windows color (decimal): -2314272 or 14725084. OLE color: 14725084.

HSL color Cylindrical-coordinate representation of color #DCAFE0: hue angle of 295.1º degrees, saturation: 0.44, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DCAFE0 is Cyan = 0.02, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 220 175 224 -
CMYK 0.02 0.22 0 0.12
HSL 295.1º 0.44% 0.78% -
HSV(B) 295.1º 0.22% 0.88% -
XYZ 58.3 51.26 77.34 -
YUV 194.04 144.91 146.52 -
System Red Green Blue C M Y K H S L
Decimal 220 175 224 0.02 0.22 0 0.12 295.1 0.44 0.78
Hex DC AF E0 2 16 0 C 127 2C 4E
Octal 334 257 340 2 26 0 14 447 54 116
Binary 11011100 10101111 11100000 10 10110 0 1100 100100111 101100 1001110

Color Harmonies of #DCAFE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAFE0

Black with #DCAFE0

Text Example


Text Example

White with #DCAFE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAFE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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