Html Css Color HEX #DABEFC Mauve

📋 copy color: '#DABEFC'

red 218 ◦ green 190 ◦ blue 252

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

Shades of Mauve #DABEFC

Tints of Mauve #DABEFC

RGB

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

 GREEN value IS 190 (74.61% from 255) = 28.79%

 BLUE value IS 252 (98.83% from 255) = 38.18%

R = 33.03%
G = 28.79%
B = 38.18%

CMYK

 C value IS 0.13

 M value IS 0.25

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DABEFC (or 0xDABEFC) is known color: Mauve. HEX triplet: DA, BE and FC. RGB value is (218,190,252). Sum of RGB (Red+Green+Blue) = 218+190+252=660 (87% of max value = 765). Red value is 218 (85.55% from 255 or 33.03% from 660); Green value is 190 (74.61% from 255 or 28.79% from 660); Blue value is 252 (98.83% from 255 or 38.18% from 660); Max value from RGB is 252 - color contains mainly: blue. Hex color #DABEFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DABEFC is #254103. Grayscale: #CDCDCD. Windows color (decimal): -2441476 or 16563930. OLE color: 16563930.

HSL color Cylindrical-coordinate representation of color #DABEFC: hue angle of 267.1º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DABEFC is Cyan = 0.13, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 218 190 252 -
CMYK 0.13 0.25 0 0.01
HSL 267.1º 0.91% 0.87% -
HSV(B) 267.1º 0.25% 0.99% -
XYZ 64.9 58.76 100.02 -
YUV 205.44 154.28 136.96 -
System Red Green Blue C M Y K H S L
Decimal 218 190 252 0.13 0.25 0 0.01 267.1 0.91 0.87
Hex DA BE FC D 19 0 1 10B 5B 57
Octal 332 276 374 15 31 0 1 413 133 127
Binary 11011010 10111110 11111100 1101 11001 0 1 100001011 1011011 1010111

Color Harmonies of #DABEFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABEFC

Black with #DABEFC

Text Example


Text Example

White with #DABEFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABEFC; }

 p { color: rgb(218,190,252); }

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

background-color css

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

 a { background-color: rgb(218,190,252); }

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

border-color css

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

 span { border-color: rgb(218,190,252); }

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