Html Css Color HEX #CEA2FD Mauve

📋 copy color: '#CEA2FD'

red 206 ◦ green 162 ◦ blue 253

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

Shades of Mauve #CEA2FD

Tints of Mauve #CEA2FD

RGB

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

 GREEN value IS 162 (63.67% from 255) = 26.09%

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

R = 33.17%
G = 26.09%
B = 40.74%

CMYK

 C value IS 0.19

 M value IS 0.36

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CEA2FD (or 0xCEA2FD) is known color: Mauve. HEX triplet: CE, A2 and FD. RGB value is (206,162,253). Sum of RGB (Red+Green+Blue) = 206+162+253=621 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.17% from 621); Green value is 162 (63.67% from 255 or 26.09% from 621); Blue value is 253 (99.22% from 255 or 40.74% from 621); Max value from RGB is 253 - color contains mainly: blue. Hex color #CEA2FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEA2FD is #315D02. Grayscale: #B9B9B9. Windows color (decimal): -3235075 or 16622286. OLE color: 16622286.

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

Color convert

RGB 206 162 253 -
CMYK 0.19 0.36 0 0.01
HSL 269.01º 0.96% 0.81% -
HSV(B) 269.01º 0.36% 0.99% -
XYZ 56.1 46.05 98.86 -
YUV 185.53 166.08 142.6 -
System Red Green Blue C M Y K H S L
Decimal 206 162 253 0.19 0.36 0 0.01 269.01 0.96 0.81
Hex CE A2 FD 13 24 0 1 10D 60 51
Octal 316 242 375 23 44 0 1 415 140 121
Binary 11001110 10100010 11111101 10011 100100 0 1 100001101 1100000 1010001

Color Harmonies of #CEA2FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA2FD

Black with #CEA2FD

Text Example


Text Example

White with #CEA2FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA2FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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