Html Css Color HEX #CEADFF Mauve

📋 copy color: '#CEADFF'

red 206 ◦ green 173 ◦ blue 255

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

Shades of Mauve #CEADFF

Tints of Mauve #CEADFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 40.22%

R = 32.49%
G = 27.29%
B = 40.22%

CMYK

 C value IS 0.19

 M value IS 0.32

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CEADFF (or 0xCEADFF) is known color: Mauve. HEX triplet: CE, AD and FF. RGB value is (206,173,255). Sum of RGB (Red+Green+Blue) = 206+173+255=634 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.49% from 634); Green value is 173 (67.97% from 255 or 27.29% from 634); Blue value is 255 (100% from 255 or 40.22% from 634); Max value from RGB is 255 - color contains mainly: blue. Hex color #CEADFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEADFF is #315200. Grayscale: #BFBFBF. Windows color (decimal): -3232257 or 16756174. OLE color: 16756174.

HSL color Cylindrical-coordinate representation of color #CEADFF: hue angle of 264.15º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CEADFF is Cyan = 0.19, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 206 173 255 -
CMYK 0.19 0.32 0 0
HSL 264.15º 1% 0.84% -
HSV(B) 264.15º 0.32% 1% -
XYZ 58.45 50.23 101.22 -
YUV 192.22 163.43 137.83 -
System Red Green Blue C M Y K H S L
Decimal 206 173 255 0.19 0.32 0 0 264.15 1 0.84
Hex CE AD FF 13 20 0 0 108 64 54
Octal 316 255 377 23 40 0 0 410 144 124
Binary 11001110 10101101 11111111 10011 100000 0 0 100001000 1100100 1010100

Color Harmonies of #CEADFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEADFF

Black with #CEADFF

Text Example


Text Example

White with #CEADFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEADFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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