Html Css Color HEX #CE9DFD Mauve

📋 copy color: '#CE9DFD'

red 206 ◦ green 157 ◦ blue 253

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

Shades of Mauve #CE9DFD

Tints of Mauve #CE9DFD

RGB

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

 GREEN value IS 157 (61.72% from 255) = 25.49%

 BLUE value IS 253 (99.22% from 255) = 41.07%

R = 33.44%
G = 25.49%
B = 41.07%

CMYK

 C value IS 0.19

 M value IS 0.38

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CE9DFD (or 0xCE9DFD) is known color: Mauve. HEX triplet: CE, 9D and FD. RGB value is (206,157,253). Sum of RGB (Red+Green+Blue) = 206+157+253=616 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.44% from 616); Green value is 157 (61.72% from 255 or 25.49% from 616); Blue value is 253 (99.22% from 255 or 41.07% from 616); Max value from RGB is 253 - color contains mainly: blue. Hex color #CE9DFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE9DFD is #316202. Grayscale: #B6B6B6. Windows color (decimal): -3236355 or 16621006. OLE color: 16621006.

HSL color Cylindrical-coordinate representation of color #CE9DFD: hue angle of 270.62º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CE9DFD is Cyan = 0.19, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 206 157 253 -
CMYK 0.19 0.38 0 0.01
HSL 270.63º 0.96% 0.8% -
HSV(B) 270.63º 0.38% 0.99% -
XYZ 55.24 44.33 98.57 -
YUV 182.6 167.73 144.69 -
System Red Green Blue C M Y K H S L
Decimal 206 157 253 0.19 0.38 0 0.01 270.63 0.96 0.8
Hex CE 9D FD 13 26 0 1 10F 60 50
Octal 316 235 375 23 46 0 1 417 140 120
Binary 11001110 10011101 11111101 10011 100110 0 1 100001111 1100000 1010000

Color Harmonies of #CE9DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9DFD

Black with #CE9DFD

Text Example


Text Example

White with #CE9DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9DFD; }

 p { color: rgb(206,157,253); }

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

background-color css

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

 a { background-color: rgb(206,157,253); }

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

border-color css

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

 span { border-color: rgb(206,157,253); }

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