Html Css Color HEX #CEAFF5 Mauve

📋 copy color: '#CEAFF5'

red 206 ◦ green 175 ◦ blue 245

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

Shades of Mauve #CEAFF5

Tints of Mauve #CEAFF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 39.14%

R = 32.91%
G = 27.96%
B = 39.14%

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

#CEAFF5 (or 0xCEAFF5) is known color: Mauve. HEX triplet: CE, AF and F5. RGB value is (206,175,245). Sum of RGB (Red+Green+Blue) = 206+175+245=626 (82% of max value = 765). Red value is 206 (80.86% from 255 or 32.91% from 626); Green value is 175 (68.75% from 255 or 27.96% from 626); Blue value is 245 (96.09% from 255 or 39.14% from 626); Max value from RGB is 245 - color contains mainly: blue. Hex color #CEAFF5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEAFF5 is #31500A. Grayscale: #C0C0C0. Windows color (decimal): -3231755 or 16101326. OLE color: 16101326.

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

Color convert

RGB 206 175 245 -
CMYK 0.16 0.29 0 0.04
HSL 266.57º 0.78% 0.82% -
HSV(B) 266.57º 0.29% 0.96% -
XYZ 57.27 50.37 93.09 -
YUV 192.25 157.77 137.81 -
System Red Green Blue C M Y K H S L
Decimal 206 175 245 0.16 0.29 0 0.04 266.57 0.78 0.82
Hex CE AF F5 10 1D 0 4 10B 4E 52
Octal 316 257 365 20 35 0 4 413 116 122
Binary 11001110 10101111 11110101 10000 11101 0 100 100001011 1001110 1010010

Color Harmonies of #CEAFF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEAFF5

Black with #CEAFF5

Text Example


Text Example

White with #CEAFF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEAFF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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