Html Css Color HEX #CEACF1 Mauve

📋 copy color: '#CEACF1'

red 206 ◦ green 172 ◦ blue 241

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

Shades of Mauve #CEACF1

Tints of Mauve #CEACF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 38.93%

R = 33.28%
G = 27.79%
B = 38.93%

CMYK

 C value IS 0.15

 M value IS 0.29

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CEACF1 (or 0xCEACF1) is known color: Mauve. HEX triplet: CE, AC and F1. RGB value is (206,172,241). Sum of RGB (Red+Green+Blue) = 206+172+241=619 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.28% from 619); Green value is 172 (67.58% from 255 or 27.79% from 619); Blue value is 241 (94.53% from 255 or 38.93% from 619); Max value from RGB is 241 - color contains mainly: blue. Hex color #CEACF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEACF1 is #31530E. Grayscale: #BDBDBD. Windows color (decimal): -3232527 or 15838414. OLE color: 15838414.

HSL color Cylindrical-coordinate representation of color #CEACF1: hue angle of 269.57º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CEACF1 is Cyan = 0.15, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 206 172 241 -
CMYK 0.15 0.29 0 0.05
HSL 269.57º 0.71% 0.81% -
HSV(B) 269.57º 0.29% 0.95% -
XYZ 56.08 48.98 89.72 -
YUV 190.03 156.76 139.39 -
System Red Green Blue C M Y K H S L
Decimal 206 172 241 0.15 0.29 0 0.05 269.57 0.71 0.81
Hex CE AC F1 F 1D 0 5 10E 47 51
Octal 316 254 361 17 35 0 5 416 107 121
Binary 11001110 10101100 11110001 1111 11101 0 101 100001110 1000111 1010001

Color Harmonies of #CEACF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEACF1

Black with #CEACF1

Text Example


Text Example

White with #CEACF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEACF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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