Html Css Color HEX #DAAFE3 Plum

📋 copy color: '#DAAFE3'

red 218 ◦ green 175 ◦ blue 227

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

Shades of Plum #DAAFE3

Tints of Plum #DAAFE3

RGB

 RED value IS 218 (85.55% from 255) = 35.16%

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

 BLUE value IS 227 (89.06% from 255) = 36.61%

R = 35.16%
G = 28.23%
B = 36.61%

CMYK

 C value IS 0.04

 M value IS 0.23

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#DAAFE3 (or 0xDAAFE3) is known color: Plum. HEX triplet: DA, AF and E3. RGB value is (218,175,227). Sum of RGB (Red+Green+Blue) = 218+175+227=620 (82% of max value = 765). Red value is 218 (85.55% from 255 or 35.16% from 620); Green value is 175 (68.75% from 255 or 28.23% from 620); Blue value is 227 (89.06% from 255 or 36.61% from 620); Max value from RGB is 227 - color contains mainly: blue. Hex color #DAAFE3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAAFE3 is #25501C. Grayscale: #C1C1C1. Windows color (decimal): -2445341 or 14921690. OLE color: 14921690.

HSL color Cylindrical-coordinate representation of color #DAAFE3: hue angle of 289.62º degrees, saturation: 0.48, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DAAFE3 is Cyan = 0.04, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 218 175 227 -
CMYK 0.04 0.23 0 0.11
HSL 289.62º 0.48% 0.79% -
HSV(B) 289.62º 0.23% 0.89% -
XYZ 58.11 51.11 79.48 -
YUV 193.79 146.75 145.27 -
System Red Green Blue C M Y K H S L
Decimal 218 175 227 0.04 0.23 0 0.11 289.62 0.48 0.79
Hex DA AF E3 4 17 0 B 122 30 4F
Octal 332 257 343 4 27 0 13 442 60 117
Binary 11011010 10101111 11100011 100 10111 0 1011 100100010 110000 1001111

Color Harmonies of #DAAFE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAFE3

Black with #DAAFE3

Text Example


Text Example

White with #DAAFE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAFE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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