Html Css Color HEX #CEACFF Mauve

📋 copy color: '#CEACFF'

red 206 ◦ green 172 ◦ blue 255

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

Shades of Mauve #CEACFF

Tints of Mauve #CEACFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 40.28%

R = 32.54%
G = 27.17%
B = 40.28%

CMYK

 C value IS 0.19

 M value IS 0.33

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CEACFF (or 0xCEACFF) is known color: Mauve. HEX triplet: CE, AC and FF. RGB value is (206,172,255). Sum of RGB (Red+Green+Blue) = 206+172+255=633 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.54% from 633); Green value is 172 (67.58% from 255 or 27.17% from 633); Blue value is 255 (100% from 255 or 40.28% from 633); Max value from RGB is 255 - color contains mainly: blue. Hex color #CEACFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEACFF is #315300. Grayscale: #BFBFBF. Windows color (decimal): -3232513 or 16755918. OLE color: 16755918.

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

Color convert

RGB 206 172 255 -
CMYK 0.19 0.33 0 0
HSL 264.58º 1% 0.84% -
HSV(B) 264.58º 0.33% 1% -
XYZ 58.26 49.85 101.16 -
YUV 191.63 163.76 138.25 -
System Red Green Blue C M Y K H S L
Decimal 206 172 255 0.19 0.33 0 0 264.58 1 0.84
Hex CE AC FF 13 21 0 0 109 64 54
Octal 316 254 377 23 41 0 0 411 144 124
Binary 11001110 10101100 11111111 10011 100001 0 0 100001001 1100100 1010100

Color Harmonies of #CEACFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEACFF

Black with #CEACFF

Text Example


Text Example

White with #CEACFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEACFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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