Html Css Color HEX #DAADFD Mauve

📋 copy color: '#DAADFD'

red 218 ◦ green 173 ◦ blue 253

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

Shades of Mauve #DAADFD

Tints of Mauve #DAADFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 39.29%

R = 33.85%
G = 26.86%
B = 39.29%

CMYK

 C value IS 0.14

 M value IS 0.32

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DAADFD (or 0xDAADFD) is known color: Mauve. HEX triplet: DA, AD and FD. RGB value is (218,173,253). Sum of RGB (Red+Green+Blue) = 218+173+253=644 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.85% from 644); Green value is 173 (67.97% from 255 or 26.86% from 644); Blue value is 253 (99.22% from 255 or 39.29% from 644); Max value from RGB is 253 - color contains mainly: blue. Hex color #DAADFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAADFD is #255202. Grayscale: #C3C3C3. Windows color (decimal): -2445827 or 16625114. OLE color: 16625114.

HSL color Cylindrical-coordinate representation of color #DAADFD: hue angle of 273.75º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DAADFD is Cyan = 0.14, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 218 173 253 -
CMYK 0.14 0.32 0 0.01
HSL 273.75º 0.95% 0.84% -
HSV(B) 273.75º 0.32% 0.99% -
XYZ 61.59 51.88 99.7 -
YUV 195.58 160.41 144 -
System Red Green Blue C M Y K H S L
Decimal 218 173 253 0.14 0.32 0 0.01 273.75 0.95 0.84
Hex DA AD FD E 20 0 1 112 5F 54
Octal 332 255 375 16 40 0 1 422 137 124
Binary 11011010 10101101 11111101 1110 100000 0 1 100010010 1011111 1010100

Color Harmonies of #DAADFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAADFD

Black with #DAADFD

Text Example


Text Example

White with #DAADFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAADFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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