Html Css Color HEX #DFBAED Mauve

📋 copy color: '#DFBAED'

red 223 ◦ green 186 ◦ blue 237

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

Shades of Mauve #DFBAED

Tints of Mauve #DFBAED

RGB

 RED value IS 223 (87.5% from 255) = 34.52%

 GREEN value IS 186 (73.05% from 255) = 28.79%

 BLUE value IS 237 (92.97% from 255) = 36.69%

R = 34.52%
G = 28.79%
B = 36.69%

CMYK

 C value IS 0.06

 M value IS 0.22

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DFBAED (or 0xDFBAED) is known color: Mauve. HEX triplet: DF, BA and ED. RGB value is (223,186,237). Sum of RGB (Red+Green+Blue) = 223+186+237=646 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.52% from 646); Green value is 186 (73.05% from 255 or 28.79% from 646); Blue value is 237 (92.97% from 255 or 36.69% from 646); Max value from RGB is 237 - color contains mainly: blue. Hex color #DFBAED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFBAED is #204512. Grayscale: #CACACA. Windows color (decimal): -2114835 or 15579871. OLE color: 15579871.

HSL color Cylindrical-coordinate representation of color #DFBAED: hue angle of 283.53º degrees, saturation: 0.59, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DFBAED is Cyan = 0.06, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 223 186 237 -
CMYK 0.06 0.22 0 0.07
HSL 283.53º 0.59% 0.83% -
HSV(B) 283.53º 0.22% 0.93% -
XYZ 63.28 56.92 87.77 -
YUV 202.88 147.26 142.35 -
System Red Green Blue C M Y K H S L
Decimal 223 186 237 0.06 0.22 0 0.07 283.53 0.59 0.83
Hex DF BA ED 6 16 0 7 11C 3B 53
Octal 337 272 355 6 26 0 7 434 73 123
Binary 11011111 10111010 11101101 110 10110 0 111 100011100 111011 1010011

Color Harmonies of #DFBAED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFBAED

Black with #DFBAED

Text Example


Text Example

White with #DFBAED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFBAED; }

 p { color: rgb(223,186,237); }

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

background-color css

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

 a { background-color: rgb(223,186,237); }

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

border-color css

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

 span { border-color: rgb(223,186,237); }

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