Html Css Color HEX #CEA1F8 Mauve

📋 copy color: '#CEA1F8'

red 206 ◦ green 161 ◦ blue 248

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

Shades of Mauve #CEA1F8

Tints of Mauve #CEA1F8

RGB

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

 GREEN value IS 161 (63.28% from 255) = 26.18%

 BLUE value IS 248 (97.27% from 255) = 40.33%

R = 33.5%
G = 26.18%
B = 40.33%

CMYK

 C value IS 0.17

 M value IS 0.35

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#CEA1F8 (or 0xCEA1F8) is known color: Mauve. HEX triplet: CE, A1 and F8. RGB value is (206,161,248). Sum of RGB (Red+Green+Blue) = 206+161+248=615 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.50% from 615); Green value is 161 (63.28% from 255 or 26.18% from 615); Blue value is 248 (97.27% from 255 or 40.33% from 615); Max value from RGB is 248 - color contains mainly: blue. Hex color #CEA1F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEA1F8 is #315E07. Grayscale: #B8B8B8. Windows color (decimal): -3235336 or 16294350. OLE color: 16294350.

HSL color Cylindrical-coordinate representation of color #CEA1F8: hue angle of 271.03º degrees, saturation: 0.86, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CEA1F8 is Cyan = 0.17, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 206 161 248 -
CMYK 0.17 0.35 0 0.03
HSL 271.03º 0.86% 0.8% -
HSV(B) 271.03º 0.35% 0.97% -
XYZ 55.14 45.39 94.66 -
YUV 184.37 163.91 143.43 -
System Red Green Blue C M Y K H S L
Decimal 206 161 248 0.17 0.35 0 0.03 271.03 0.86 0.8
Hex CE A1 F8 11 23 0 3 10F 56 50
Octal 316 241 370 21 43 0 3 417 126 120
Binary 11001110 10100001 11111000 10001 100011 0 11 100001111 1010110 1010000

Color Harmonies of #CEA1F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA1F8

Black with #CEA1F8

Text Example


Text Example

White with #CEA1F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA1F8; }

 p { color: rgb(206,161,248); }

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

background-color css

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

 a { background-color: rgb(206,161,248); }

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

border-color css

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

 span { border-color: rgb(206,161,248); }

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