Html Css Color HEX #DAADDE Plum

📋 copy color: '#DAADDE'

red 218 ◦ green 173 ◦ blue 222

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

Shades of Plum #DAADDE

Tints of Plum #DAADDE

RGB

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

 GREEN value IS 173 (67.97% from 255) = 28.22%

 BLUE value IS 222 (87.11% from 255) = 36.22%

R = 35.56%
G = 28.22%
B = 36.22%

CMYK

 C value IS 0.02

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DAADDE (or 0xDAADDE) is known color: Plum. HEX triplet: DA, AD and DE. RGB value is (218,173,222). Sum of RGB (Red+Green+Blue) = 218+173+222=613 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.56% from 613); Green value is 173 (67.97% from 255 or 28.22% from 613); Blue value is 222 (87.11% from 255 or 36.22% from 613); Max value from RGB is 222 - color contains mainly: blue. Hex color #DAADDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAADDE is #255221. Grayscale: #BFBFBF. Windows color (decimal): -2445858 or 14593498. OLE color: 14593498.

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

Color convert

RGB 218 173 222 -
CMYK 0.02 0.22 0 0.13
HSL 295.1º 0.43% 0.77% -
HSV(B) 295.1º 0.22% 0.87% -
XYZ 57.04 50.07 75.76 -
YUV 192.04 144.91 146.52 -
System Red Green Blue C M Y K H S L
Decimal 218 173 222 0.02 0.22 0 0.13 295.1 0.43 0.77
Hex DA AD DE 2 16 0 D 127 2B 4D
Octal 332 255 336 2 26 0 15 447 53 115
Binary 11011010 10101101 11011110 10 10110 0 1101 100100111 101011 1001101

Color Harmonies of #DAADDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAADDE

Black with #DAADDE

Text Example


Text Example

White with #DAADDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAADDE; }

 p { color: rgb(218,173,222); }

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

background-color css

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

 a { background-color: rgb(218,173,222); }

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

border-color css

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

 span { border-color: rgb(218,173,222); }

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