Html Css Color HEX #DAB2EE Mauve

📋 copy color: '#DAB2EE'

red 218 ◦ green 178 ◦ blue 238

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

Shades of Mauve #DAB2EE

Tints of Mauve #DAB2EE

RGB

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

 GREEN value IS 178 (69.92% from 255) = 28.08%

 BLUE value IS 238 (93.36% from 255) = 37.54%

R = 34.38%
G = 28.08%
B = 37.54%

CMYK

 C value IS 0.08

 M value IS 0.25

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DAB2EE (or 0xDAB2EE) is known color: Mauve. HEX triplet: DA, B2 and EE. RGB value is (218,178,238). Sum of RGB (Red+Green+Blue) = 218+178+238=634 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.38% from 634); Green value is 178 (69.92% from 255 or 28.08% from 634); Blue value is 238 (93.36% from 255 or 37.54% from 634); Max value from RGB is 238 - color contains mainly: blue. Hex color #DAB2EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAB2EE is #254D11. Grayscale: #C4C4C4. Windows color (decimal): -2444562 or 15643354. OLE color: 15643354.

HSL color Cylindrical-coordinate representation of color #DAB2EE: hue angle of 280º degrees, saturation: 0.64, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DAB2EE is Cyan = 0.08, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 218 178 238 -
CMYK 0.08 0.25 0 0.07
HSL 280º 0.64% 0.82% -
HSV(B) 280º 0.25% 0.93% -
XYZ 60.27 52.92 87.93 -
YUV 196.8 151.25 143.12 -
System Red Green Blue C M Y K H S L
Decimal 218 178 238 0.08 0.25 0 0.07 280 0.64 0.82
Hex DA B2 EE 8 19 0 7 118 40 52
Octal 332 262 356 10 31 0 7 430 100 122
Binary 11011010 10110010 11101110 1000 11001 0 111 100011000 1000000 1010010

Color Harmonies of #DAB2EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB2EE

Black with #DAB2EE

Text Example


Text Example

White with #DAB2EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB2EE; }

 p { color: rgb(218,178,238); }

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

background-color css

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

 a { background-color: rgb(218,178,238); }

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

border-color css

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

 span { border-color: rgb(218,178,238); }

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