Html Css Color HEX #DCAFEE Mauve

📋 copy color: '#DCAFEE'

red 220 ◦ green 175 ◦ blue 238

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

Shades of Mauve #DCAFEE

Tints of Mauve #DCAFEE

RGB

 RED value IS 220 (86.33% from 255) = 34.76%

 GREEN value IS 175 (68.75% from 255) = 27.65%

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

R = 34.76%
G = 27.65%
B = 37.6%

CMYK

 C value IS 0.08

 M value IS 0.26

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DCAFEE (or 0xDCAFEE) is known color: Mauve. HEX triplet: DC, AF and EE. RGB value is (220,175,238). Sum of RGB (Red+Green+Blue) = 220+175+238=633 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.76% from 633); Green value is 175 (68.75% from 255 or 27.65% from 633); Blue value is 238 (93.36% from 255 or 37.60% from 633); Max value from RGB is 238 - color contains mainly: blue. Hex color #DCAFEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCAFEE is #235011. Grayscale: #C3C3C3. Windows color (decimal): -2314258 or 15642588. OLE color: 15642588.

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

Color convert

RGB 220 175 238 -
CMYK 0.08 0.26 0 0.07
HSL 282.86º 0.65% 0.81% -
HSV(B) 282.86º 0.26% 0.93% -
XYZ 60.28 52.05 87.76 -
YUV 195.64 151.91 145.38 -
System Red Green Blue C M Y K H S L
Decimal 220 175 238 0.08 0.26 0 0.07 282.86 0.65 0.81
Hex DC AF EE 8 1A 0 7 11B 41 51
Octal 334 257 356 10 32 0 7 433 101 121
Binary 11011100 10101111 11101110 1000 11010 0 111 100011011 1000001 1010001

Color Harmonies of #DCAFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAFEE

Black with #DCAFEE

Text Example


Text Example

White with #DCAFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAFEE; }

 p { color: rgb(220,175,238); }

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

background-color css

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

 a { background-color: rgb(220,175,238); }

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

border-color css

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

 span { border-color: rgb(220,175,238); }

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