Html Css Color HEX #CC9DF8 Mauve

📋 copy color: '#CC9DF8'

red 204 ◦ green 157 ◦ blue 248

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

Shades of Mauve #CC9DF8

Tints of Mauve #CC9DF8

RGB

 RED value IS 204 (80.08% from 255) = 33.5%

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

 BLUE value IS 248 (97.27% from 255) = 40.72%

R = 33.5%
G = 25.78%
B = 40.72%

CMYK

 C value IS 0.18

 M value IS 0.37

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#CC9DF8 (or 0xCC9DF8) is known color: Mauve. HEX triplet: CC, 9D and F8. RGB value is (204,157,248). Sum of RGB (Red+Green+Blue) = 204+157+248=609 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.50% from 609); Green value is 157 (61.72% from 255 or 25.78% from 609); Blue value is 248 (97.27% from 255 or 40.72% from 609); Max value from RGB is 248 - color contains mainly: blue. Hex color #CC9DF8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC9DF8 is #336207. Grayscale: #B5B5B5. Windows color (decimal): -3367432 or 16293324. OLE color: 16293324.

HSL color Cylindrical-coordinate representation of color #CC9DF8: hue angle of 270.99º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CC9DF8 is Cyan = 0.18, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 204 157 248 -
CMYK 0.18 0.37 0 0.03
HSL 270.99º 0.87% 0.79% -
HSV(B) 270.99º 0.37% 0.97% -
XYZ 53.9 43.73 94.41 -
YUV 181.43 165.57 144.1 -
System Red Green Blue C M Y K H S L
Decimal 204 157 248 0.18 0.37 0 0.03 270.99 0.87 0.79
Hex CC 9D F8 12 25 0 3 10F 57 4F
Octal 314 235 370 22 45 0 3 417 127 117
Binary 11001100 10011101 11111000 10010 100101 0 11 100001111 1010111 1001111

Color Harmonies of #CC9DF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9DF8

Black with #CC9DF8

Text Example


Text Example

White with #CC9DF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9DF8; }

 p { color: rgb(204,157,248); }

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

background-color css

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

 a { background-color: rgb(204,157,248); }

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

border-color css

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

 span { border-color: rgb(204,157,248); }

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