Html Css Color HEX #CEACFB Mauve

📋 copy color: '#CEACFB'

red 206 ◦ green 172 ◦ blue 251

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

Shades of Mauve #CEACFB

Tints of Mauve #CEACFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 39.9%

R = 32.75%
G = 27.34%
B = 39.9%

CMYK

 C value IS 0.18

 M value IS 0.31

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CEACFB (or 0xCEACFB) is known color: Mauve. HEX triplet: CE, AC and FB. RGB value is (206,172,251). Sum of RGB (Red+Green+Blue) = 206+172+251=629 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.75% from 629); Green value is 172 (67.58% from 255 or 27.34% from 629); Blue value is 251 (98.44% from 255 or 39.90% from 629); Max value from RGB is 251 - color contains mainly: blue. Hex color #CEACFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEACFB is #315304. Grayscale: #BEBEBE. Windows color (decimal): -3232517 or 16493774. OLE color: 16493774.

HSL color Cylindrical-coordinate representation of color #CEACFB: hue angle of 265.82º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CEACFB is Cyan = 0.18, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 206 172 251 -
CMYK 0.18 0.31 0 0.02
HSL 265.82º 0.91% 0.83% -
HSV(B) 265.82º 0.31% 0.98% -
XYZ 57.62 49.59 97.8 -
YUV 191.17 161.76 138.58 -
System Red Green Blue C M Y K H S L
Decimal 206 172 251 0.18 0.31 0 0.02 265.82 0.91 0.83
Hex CE AC FB 12 1F 0 2 10A 5B 53
Octal 316 254 373 22 37 0 2 412 133 123
Binary 11001110 10101100 11111011 10010 11111 0 10 100001010 1011011 1010011

Color Harmonies of #CEACFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEACFB

Black with #CEACFB

Text Example


Text Example

White with #CEACFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEACFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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