Html Css Color HEX #CEAFF6 Mauve

📋 copy color: '#CEAFF6'

red 206 ◦ green 175 ◦ blue 246

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

Shades of Mauve #CEAFF6

Tints of Mauve #CEAFF6

RGB

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

 GREEN value IS 175 (68.75% from 255) = 27.91%

 BLUE value IS 246 (96.48% from 255) = 39.23%

R = 32.85%
G = 27.91%
B = 39.23%

CMYK

 C value IS 0.16

 M value IS 0.29

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#CEAFF6 (or 0xCEAFF6) is known color: Mauve. HEX triplet: CE, AF and F6. RGB value is (206,175,246). Sum of RGB (Red+Green+Blue) = 206+175+246=627 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.85% from 627); Green value is 175 (68.75% from 255 or 27.91% from 627); Blue value is 246 (96.48% from 255 or 39.23% from 627); Max value from RGB is 246 - color contains mainly: blue. Hex color #CEAFF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEAFF6 is #315009. Grayscale: #C0C0C0. Windows color (decimal): -3231754 or 16166862. OLE color: 16166862.

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

Color convert

RGB 206 175 246 -
CMYK 0.16 0.29 0 0.04
HSL 266.2º 0.8% 0.83% -
HSV(B) 266.2º 0.29% 0.96% -
XYZ 57.42 50.44 93.9 -
YUV 192.36 158.27 137.73 -
System Red Green Blue C M Y K H S L
Decimal 206 175 246 0.16 0.29 0 0.04 266.2 0.8 0.83
Hex CE AF F6 10 1D 0 4 10A 50 53
Octal 316 257 366 20 35 0 4 412 120 123
Binary 11001110 10101111 11110110 10000 11101 0 100 100001010 1010000 1010011

Color Harmonies of #CEAFF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEAFF6

Black with #CEAFF6

Text Example


Text Example

White with #CEAFF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEAFF6; }

 p { color: rgb(206,175,246); }

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

background-color css

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

 a { background-color: rgb(206,175,246); }

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

border-color css

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

 span { border-color: rgb(206,175,246); }

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