Html Css Color HEX #CEACFE Mauve

📋 copy color: '#CEACFE'

red 206 ◦ green 172 ◦ blue 254

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

Shades of Mauve #CEACFE

Tints of Mauve #CEACFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 40.19%

R = 32.59%
G = 27.22%
B = 40.19%

CMYK

 C value IS 0.19

 M value IS 0.32

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CEACFE (or 0xCEACFE) is known color: Mauve. HEX triplet: CE, AC and FE. RGB value is (206,172,254). Sum of RGB (Red+Green+Blue) = 206+172+254=632 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.59% from 632); Green value is 172 (67.58% from 255 or 27.22% from 632); Blue value is 254 (99.61% from 255 or 40.19% from 632); Max value from RGB is 254 - color contains mainly: blue. Hex color #CEACFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEACFE is #315301. Grayscale: #BFBFBF. Windows color (decimal): -3232514 or 16690382. OLE color: 16690382.

HSL color Cylindrical-coordinate representation of color #CEACFE: hue angle of 264.88º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CEACFE is Cyan = 0.19, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 206 172 254 -
CMYK 0.19 0.32 0 0.00
HSL 264.88º 0.98% 0.84% -
HSV(B) 264.88º 0.32% 1% -
XYZ 58.1 49.78 100.31 -
YUV 191.51 163.26 138.33 -
System Red Green Blue C M Y K H S L
Decimal 206 172 254 0.19 0.32 0 0.00 264.88 0.98 0.84
Hex CE AC FE 13 20 0 0 109 62 54
Octal 316 254 376 23 40 0 0 411 142 124
Binary 11001110 10101100 11111110 10011 100000 0 0 100001001 1100010 1010100

Color Harmonies of #CEACFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEACFE

Black with #CEACFE

Text Example


Text Example

White with #CEACFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEACFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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