Html Css Color HEX #CEACFA Mauve

📋 copy color: '#CEACFA'

red 206 ◦ green 172 ◦ blue 250

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

Shades of Mauve #CEACFA

Tints of Mauve #CEACFA

RGB

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

 GREEN value IS 172 (67.58% from 255) = 27.39%

 BLUE value IS 250 (98.05% from 255) = 39.81%

R = 32.8%
G = 27.39%
B = 39.81%

CMYK

 C value IS 0.18

 M value IS 0.31

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CEACFA (or 0xCEACFA) is known color: Mauve. HEX triplet: CE, AC and FA. RGB value is (206,172,250). Sum of RGB (Red+Green+Blue) = 206+172+250=628 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.80% from 628); Green value is 172 (67.58% from 255 or 27.39% from 628); Blue value is 250 (98.05% from 255 or 39.81% from 628); Max value from RGB is 250 - color contains mainly: blue. Hex color #CEACFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEACFA is #315305. Grayscale: #BEBEBE. Windows color (decimal): -3232518 or 16428238. OLE color: 16428238.

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

Color convert

RGB 206 172 250 -
CMYK 0.18 0.31 0 0.02
HSL 266.15º 0.89% 0.83% -
HSV(B) 266.15º 0.31% 0.98% -
XYZ 57.46 49.53 96.97 -
YUV 191.06 161.26 138.66 -
System Red Green Blue C M Y K H S L
Decimal 206 172 250 0.18 0.31 0 0.02 266.15 0.89 0.83
Hex CE AC FA 12 1F 0 2 10A 59 53
Octal 316 254 372 22 37 0 2 412 131 123
Binary 11001110 10101100 11111010 10010 11111 0 10 100001010 1011001 1010011

Color Harmonies of #CEACFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEACFA

Black with #CEACFA

Text Example


Text Example

White with #CEACFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEACFA; }

 p { color: rgb(206,172,250); }

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

background-color css

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

 a { background-color: rgb(206,172,250); }

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

border-color css

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

 span { border-color: rgb(206,172,250); }

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