Html Css Color HEX #CEAEFF Mauve

📋 copy color: '#CEAEFF'

red 206 ◦ green 174 ◦ blue 255

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

Shades of Mauve #CEAEFF

Tints of Mauve #CEAEFF

RGB

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

 GREEN value IS 174 (68.36% from 255) = 27.4%

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

R = 32.44%
G = 27.4%
B = 40.16%

CMYK

 C value IS 0.19

 M value IS 0.32

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CEAEFF (or 0xCEAEFF) is known color: Mauve. HEX triplet: CE, AE and FF. RGB value is (206,174,255). Sum of RGB (Red+Green+Blue) = 206+174+255=635 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.44% from 635); Green value is 174 (68.36% from 255 or 27.40% from 635); Blue value is 255 (100% from 255 or 40.16% from 635); Max value from RGB is 255 - color contains mainly: blue. Hex color #CEAEFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEAEFF is #315100. Grayscale: #C0C0C0. Windows color (decimal): -3232001 or 16756430. OLE color: 16756430.

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

Color convert

RGB 206 174 255 -
CMYK 0.19 0.32 0 0
HSL 263.7º 1% 0.84% -
HSV(B) 263.7º 0.32% 1% -
XYZ 58.64 50.61 101.29 -
YUV 192.8 163.1 137.41 -
System Red Green Blue C M Y K H S L
Decimal 206 174 255 0.19 0.32 0 0 263.7 1 0.84
Hex CE AE FF 13 20 0 0 108 64 54
Octal 316 256 377 23 40 0 0 410 144 124
Binary 11001110 10101110 11111111 10011 100000 0 0 100001000 1100100 1010100

Color Harmonies of #CEAEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEAEFF

Black with #CEAEFF

Text Example


Text Example

White with #CEAEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEAEFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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