Html Css Color HEX #DABDFF Mauve

📋 copy color: '#DABDFF'

red 218 ◦ green 189 ◦ blue 255

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

Shades of Mauve #DABDFF

Tints of Mauve #DABDFF

RGB

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

 GREEN value IS 189 (74.22% from 255) = 28.55%

 BLUE value IS 255 (100% from 255) = 38.52%

R = 32.93%
G = 28.55%
B = 38.52%

CMYK

 C value IS 0.15

 M value IS 0.26

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DABDFF (or 0xDABDFF) is known color: Mauve. HEX triplet: DA, BD and FF. RGB value is (218,189,255). Sum of RGB (Red+Green+Blue) = 218+189+255=662 (87% of max value = 765). Red value is 218 (85.55% from 255 or 32.93% from 662); Green value is 189 (74.22% from 255 or 28.55% from 662); Blue value is 255 (100% from 255 or 38.52% from 662); Max value from RGB is 255 - color contains mainly: blue. Hex color #DABDFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DABDFF is #254200. Grayscale: #CCCCCC. Windows color (decimal): -2441729 or 16760282. OLE color: 16760282.

HSL color Cylindrical-coordinate representation of color #DABDFF: hue angle of 266.36º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DABDFF is Cyan = 0.15, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 218 189 255 -
CMYK 0.15 0.26 0 0
HSL 266.36º 1% 0.87% -
HSV(B) 266.36º 0.26% 1% -
XYZ 65.16 58.52 102.47 -
YUV 205.2 156.11 137.13 -
System Red Green Blue C M Y K H S L
Decimal 218 189 255 0.15 0.26 0 0 266.36 1 0.87
Hex DA BD FF F 1A 0 0 10A 64 57
Octal 332 275 377 17 32 0 0 412 144 127
Binary 11011010 10111101 11111111 1111 11010 0 0 100001010 1100100 1010111

Color Harmonies of #DABDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABDFF

Black with #DABDFF

Text Example


Text Example

White with #DABDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABDFF; }

 p { color: rgb(218,189,255); }

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

background-color css

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

 a { background-color: rgb(218,189,255); }

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

border-color css

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

 span { border-color: rgb(218,189,255); }

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