Html Css Color HEX #CEA4F4 Mauve

📋 copy color: '#CEA4F4'

red 206 ◦ green 164 ◦ blue 244

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

Shades of Mauve #CEA4F4

Tints of Mauve #CEA4F4

RGB

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

 GREEN value IS 164 (64.45% from 255) = 26.71%

 BLUE value IS 244 (95.7% from 255) = 39.74%

R = 33.55%
G = 26.71%
B = 39.74%

CMYK

 C value IS 0.16

 M value IS 0.33

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#CEA4F4 (or 0xCEA4F4) is known color: Mauve. HEX triplet: CE, A4 and F4. RGB value is (206,164,244). Sum of RGB (Red+Green+Blue) = 206+164+244=614 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.55% from 614); Green value is 164 (64.45% from 255 or 26.71% from 614); Blue value is 244 (95.70% from 255 or 39.74% from 614); Max value from RGB is 244 - color contains mainly: blue. Hex color #CEA4F4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEA4F4 is #315B0B. Grayscale: #B9B9B9. Windows color (decimal): -3234572 or 16032974. OLE color: 16032974.

HSL color Cylindrical-coordinate representation of color #CEA4F4: hue angle of 271.5º degrees, saturation: 0.78, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CEA4F4 is Cyan = 0.16, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 206 164 244 -
CMYK 0.16 0.33 0 0.04
HSL 271.5º 0.78% 0.8% -
HSV(B) 271.5º 0.33% 0.96% -
XYZ 55.06 46.2 91.6 -
YUV 185.68 160.91 142.5 -
System Red Green Blue C M Y K H S L
Decimal 206 164 244 0.16 0.33 0 0.04 271.5 0.78 0.8
Hex CE A4 F4 10 21 0 4 110 4E 50
Octal 316 244 364 20 41 0 4 420 116 120
Binary 11001110 10100100 11110100 10000 100001 0 100 100010000 1001110 1010000

Color Harmonies of #CEA4F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA4F4

Black with #CEA4F4

Text Example


Text Example

White with #CEA4F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA4F4; }

 p { color: rgb(206,164,244); }

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

background-color css

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

 a { background-color: rgb(206,164,244); }

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

border-color css

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

 span { border-color: rgb(206,164,244); }

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