Html Css Color HEX #CEA2FF Mauve

📋 copy color: '#CEA2FF'

red 206 ◦ green 162 ◦ blue 255

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

Shades of Mauve #CEA2FF

Tints of Mauve #CEA2FF

RGB

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

 GREEN value IS 162 (63.67% from 255) = 26%

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

R = 33.07%
G = 26%
B = 40.93%

CMYK

 C value IS 0.19

 M value IS 0.36

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CEA2FF (or 0xCEA2FF) is known color: Mauve. HEX triplet: CE, A2 and FF. RGB value is (206,162,255). Sum of RGB (Red+Green+Blue) = 206+162+255=623 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.07% from 623); Green value is 162 (63.67% from 255 or 26.00% from 623); Blue value is 255 (100% from 255 or 40.93% from 623); Max value from RGB is 255 - color contains mainly: blue. Hex color #CEA2FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEA2FF is #315D00. Grayscale: #B9B9B9. Windows color (decimal): -3235073 or 16753358. OLE color: 16753358.

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

Color convert

RGB 206 162 255 -
CMYK 0.19 0.36 0 0
HSL 268.39º 1% 0.82% -
HSV(B) 268.39º 0.36% 1% -
XYZ 56.42 46.18 100.55 -
YUV 185.76 167.08 142.44 -
System Red Green Blue C M Y K H S L
Decimal 206 162 255 0.19 0.36 0 0 268.39 1 0.82
Hex CE A2 FF 13 24 0 0 10C 64 52
Octal 316 242 377 23 44 0 0 414 144 122
Binary 11001110 10100010 11111111 10011 100100 0 0 100001100 1100100 1010010

Color Harmonies of #CEA2FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA2FF

Black with #CEA2FF

Text Example


Text Example

White with #CEA2FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA2FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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