Html Css Color HEX #CEA0FB Mauve

📋 copy color: '#CEA0FB'

red 206 ◦ green 160 ◦ blue 251

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

Shades of Mauve #CEA0FB

Tints of Mauve #CEA0FB

RGB

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

 GREEN value IS 160 (62.89% from 255) = 25.93%

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

R = 33.39%
G = 25.93%
B = 40.68%

CMYK

 C value IS 0.18

 M value IS 0.36

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CEA0FB (or 0xCEA0FB) is known color: Mauve. HEX triplet: CE, A0 and FB. RGB value is (206,160,251). Sum of RGB (Red+Green+Blue) = 206+160+251=617 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.39% from 617); Green value is 160 (62.89% from 255 or 25.93% from 617); Blue value is 251 (98.44% from 255 or 40.68% from 617); Max value from RGB is 251 - color contains mainly: blue. Hex color #CEA0FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEA0FB is #315F04. Grayscale: #B7B7B7. Windows color (decimal): -3235589 or 16490702. OLE color: 16490702.

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

Color convert

RGB 206 160 251 -
CMYK 0.18 0.36 0 0.02
HSL 270.33º 0.92% 0.81% -
HSV(B) 270.33º 0.36% 0.98% -
XYZ 55.44 45.23 97.07 -
YUV 184.13 165.74 143.6 -
System Red Green Blue C M Y K H S L
Decimal 206 160 251 0.18 0.36 0 0.02 270.33 0.92 0.81
Hex CE A0 FB 12 24 0 2 10E 5C 51
Octal 316 240 373 22 44 0 2 416 134 121
Binary 11001110 10100000 11111011 10010 100100 0 10 100001110 1011100 1010001

Color Harmonies of #CEA0FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA0FB

Black with #CEA0FB

Text Example


Text Example

White with #CEA0FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA0FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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