Html Css Color HEX #CEA6FB Mauve

📋 copy color: '#CEA6FB'

red 206 ◦ green 166 ◦ blue 251

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

Shades of Mauve #CEA6FB

Tints of Mauve #CEA6FB

RGB

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

 GREEN value IS 166 (65.23% from 255) = 26.65%

 BLUE value IS 251 (98.44% from 255) = 40.29%

R = 33.07%
G = 26.65%
B = 40.29%

CMYK

 C value IS 0.18

 M value IS 0.34

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CEA6FB (or 0xCEA6FB) is known color: Mauve. HEX triplet: CE, A6 and FB. RGB value is (206,166,251). Sum of RGB (Red+Green+Blue) = 206+166+251=623 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.07% from 623); Green value is 166 (65.23% from 255 or 26.65% from 623); Blue value is 251 (98.44% from 255 or 40.29% from 623); Max value from RGB is 251 - color contains mainly: blue. Hex color #CEA6FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEA6FB is #315904. Grayscale: #BBBBBB. Windows color (decimal): -3234053 or 16492238. OLE color: 16492238.

HSL color Cylindrical-coordinate representation of color #CEA6FB: hue angle of 268.24º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CEA6FB is Cyan = 0.18, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 206 166 251 -
CMYK 0.18 0.34 0 0.02
HSL 268.24º 0.91% 0.82% -
HSV(B) 268.24º 0.34% 0.98% -
XYZ 56.5 47.36 97.43 -
YUV 187.65 163.75 141.09 -
System Red Green Blue C M Y K H S L
Decimal 206 166 251 0.18 0.34 0 0.02 268.24 0.91 0.82
Hex CE A6 FB 12 22 0 2 10C 5B 52
Octal 316 246 373 22 42 0 2 414 133 122
Binary 11001110 10100110 11111011 10010 100010 0 10 100001100 1011011 1010010

Color Harmonies of #CEA6FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA6FB

Black with #CEA6FB

Text Example


Text Example

White with #CEA6FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA6FB; }

 p { color: rgb(206,166,251); }

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

background-color css

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

 a { background-color: rgb(206,166,251); }

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

border-color css

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

 span { border-color: rgb(206,166,251); }

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