Html Css Color HEX #CEA8FD Mauve

📋 copy color: '#CEA8FD'

red 206 ◦ green 168 ◦ blue 253

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

Shades of Mauve #CEA8FD

Tints of Mauve #CEA8FD

RGB

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

 GREEN value IS 168 (66.02% from 255) = 26.79%

 BLUE value IS 253 (99.22% from 255) = 40.35%

R = 32.85%
G = 26.79%
B = 40.35%

CMYK

 C value IS 0.19

 M value IS 0.34

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CEA8FD (or 0xCEA8FD) is known color: Mauve. HEX triplet: CE, A8 and FD. RGB value is (206,168,253). Sum of RGB (Red+Green+Blue) = 206+168+253=627 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.85% from 627); Green value is 168 (66.02% from 255 or 26.79% from 627); Blue value is 253 (99.22% from 255 or 40.35% from 627); Max value from RGB is 253 - color contains mainly: blue. Hex color #CEA8FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEA8FD is #315702. Grayscale: #BCBCBC. Windows color (decimal): -3233539 or 16623822. OLE color: 16623822.

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

Color convert

RGB 206 168 253 -
CMYK 0.19 0.34 0 0.01
HSL 266.82º 0.96% 0.83% -
HSV(B) 266.82º 0.34% 0.99% -
XYZ 57.19 48.22 99.22 -
YUV 189.05 164.09 140.09 -
System Red Green Blue C M Y K H S L
Decimal 206 168 253 0.19 0.34 0 0.01 266.82 0.96 0.83
Hex CE A8 FD 13 22 0 1 10B 60 53
Octal 316 250 375 23 42 0 1 413 140 123
Binary 11001110 10101000 11111101 10011 100010 0 1 100001011 1100000 1010011

Color Harmonies of #CEA8FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA8FD

Black with #CEA8FD

Text Example


Text Example

White with #CEA8FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA8FD; }

 p { color: rgb(206,168,253); }

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

background-color css

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

 a { background-color: rgb(206,168,253); }

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

border-color css

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

 span { border-color: rgb(206,168,253); }

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