Html Css Color HEX #CEADF2 Mauve

📋 copy color: '#CEADF2'

red 206 ◦ green 173 ◦ blue 242

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

Shades of Mauve #CEADF2

Tints of Mauve #CEADF2

RGB

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

 GREEN value IS 173 (67.97% from 255) = 27.86%

 BLUE value IS 242 (94.92% from 255) = 38.97%

R = 33.17%
G = 27.86%
B = 38.97%

CMYK

 C value IS 0.15

 M value IS 0.29

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CEADF2 (or 0xCEADF2) is known color: Mauve. HEX triplet: CE, AD and F2. RGB value is (206,173,242). Sum of RGB (Red+Green+Blue) = 206+173+242=621 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.17% from 621); Green value is 173 (67.97% from 255 or 27.86% from 621); Blue value is 242 (94.92% from 255 or 38.97% from 621); Max value from RGB is 242 - color contains mainly: blue. Hex color #CEADF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEADF2 is #31520D. Grayscale: #BEBEBE. Windows color (decimal): -3232270 or 15904206. OLE color: 15904206.

HSL color Cylindrical-coordinate representation of color #CEADF2: hue angle of 268.7º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CEADF2 is Cyan = 0.15, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 206 173 242 -
CMYK 0.15 0.29 0 0.05
HSL 268.7º 0.73% 0.81% -
HSV(B) 268.7º 0.29% 0.95% -
XYZ 56.42 49.42 90.57 -
YUV 190.73 156.93 138.89 -
System Red Green Blue C M Y K H S L
Decimal 206 173 242 0.15 0.29 0 0.05 268.7 0.73 0.81
Hex CE AD F2 F 1D 0 5 10D 49 51
Octal 316 255 362 17 35 0 5 415 111 121
Binary 11001110 10101101 11110010 1111 11101 0 101 100001101 1001001 1010001

Color Harmonies of #CEADF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEADF2

Black with #CEADF2

Text Example


Text Example

White with #CEADF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEADF2; }

 p { color: rgb(206,173,242); }

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

background-color css

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

 a { background-color: rgb(206,173,242); }

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

border-color css

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

 span { border-color: rgb(206,173,242); }

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