Html Css Color HEX #CEACF7 Mauve

📋 copy color: '#CEACF7'

red 206 ◦ green 172 ◦ blue 247

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

Shades of Mauve #CEACF7

Tints of Mauve #CEACF7

RGB

 RED value IS 206 (80.86% from 255) = 32.96%

 GREEN value IS 172 (67.58% from 255) = 27.52%

 BLUE value IS 247 (96.88% from 255) = 39.52%

R = 32.96%
G = 27.52%
B = 39.52%

CMYK

 C value IS 0.17

 M value IS 0.30

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#CEACF7 (or 0xCEACF7) is known color: Mauve. HEX triplet: CE, AC and F7. RGB value is (206,172,247). Sum of RGB (Red+Green+Blue) = 206+172+247=625 (82% of max value = 765). Red value is 206 (80.86% from 255 or 32.96% from 625); Green value is 172 (67.58% from 255 or 27.52% from 625); Blue value is 247 (96.88% from 255 or 39.52% from 625); Max value from RGB is 247 - color contains mainly: blue. Hex color #CEACF7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEACF7 is #315308. Grayscale: #BEBEBE. Windows color (decimal): -3232521 or 16231630. OLE color: 16231630.

HSL color Cylindrical-coordinate representation of color #CEACF7: hue angle of 267.2º degrees, saturation: 0.82, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CEACF7 is Cyan = 0.17, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 206 172 247 -
CMYK 0.17 0.30 0 0.03
HSL 267.2º 0.82% 0.82% -
HSV(B) 267.2º 0.3% 0.97% -
XYZ 56.99 49.34 94.52 -
YUV 190.72 159.76 138.9 -
System Red Green Blue C M Y K H S L
Decimal 206 172 247 0.17 0.30 0 0.03 267.2 0.82 0.82
Hex CE AC F7 11 1E 0 3 10B 52 52
Octal 316 254 367 21 36 0 3 413 122 122
Binary 11001110 10101100 11110111 10001 11110 0 11 100001011 1010010 1010010

Color Harmonies of #CEACF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEACF7

Black with #CEACF7

Text Example


Text Example

White with #CEACF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEACF7; }

 p { color: rgb(206,172,247); }

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

background-color css

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

 a { background-color: rgb(206,172,247); }

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

border-color css

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

 span { border-color: rgb(206,172,247); }

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