Html Css Color HEX #CEA7FF Mauve

📋 copy color: '#CEA7FF'

red 206 ◦ green 167 ◦ blue 255

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

Shades of Mauve #CEA7FF

Tints of Mauve #CEA7FF

RGB

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

 GREEN value IS 167 (65.63% from 255) = 26.59%

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

R = 32.8%
G = 26.59%
B = 40.61%

CMYK

 C value IS 0.19

 M value IS 0.35

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CEA7FF (or 0xCEA7FF) is known color: Mauve. HEX triplet: CE, A7 and FF. RGB value is (206,167,255). Sum of RGB (Red+Green+Blue) = 206+167+255=628 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.80% from 628); Green value is 167 (65.62% from 255 or 26.59% from 628); Blue value is 255 (100% from 255 or 40.61% from 628); Max value from RGB is 255 - color contains mainly: blue. Hex color #CEA7FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEA7FF is #315800. Grayscale: #BCBCBC. Windows color (decimal): -3233793 or 16754638. OLE color: 16754638.

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

Color convert

RGB 206 167 255 -
CMYK 0.19 0.35 0 0
HSL 266.59º 1% 0.83% -
HSV(B) 266.59º 0.35% 1% -
XYZ 57.32 47.98 100.85 -
YUV 188.69 165.42 140.34 -
System Red Green Blue C M Y K H S L
Decimal 206 167 255 0.19 0.35 0 0 266.59 1 0.83
Hex CE A7 FF 13 23 0 0 10B 64 53
Octal 316 247 377 23 43 0 0 413 144 123
Binary 11001110 10100111 11111111 10011 100011 0 0 100001011 1100100 1010011

Color Harmonies of #CEA7FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA7FF

Black with #CEA7FF

Text Example


Text Example

White with #CEA7FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA7FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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