Html Css Color HEX #CC9DFB Mauve

📋 copy color: '#CC9DFB'

red 204 ◦ green 157 ◦ blue 251

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

Shades of Mauve #CC9DFB

Tints of Mauve #CC9DFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 41.01%

R = 33.33%
G = 25.65%
B = 41.01%

CMYK

 C value IS 0.19

 M value IS 0.37

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CC9DFB (or 0xCC9DFB) is known color: Mauve. HEX triplet: CC, 9D and FB. RGB value is (204,157,251). Sum of RGB (Red+Green+Blue) = 204+157+251=612 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.33% from 612); Green value is 157 (61.72% from 255 or 25.65% from 612); Blue value is 251 (98.44% from 255 or 41.01% from 612); Max value from RGB is 251 - color contains mainly: blue. Hex color #CC9DFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC9DFB is #336204. Grayscale: #B5B5B5. Windows color (decimal): -3367429 or 16489932. OLE color: 16489932.

HSL color Cylindrical-coordinate representation of color #CC9DFB: hue angle of 270º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CC9DFB is Cyan = 0.19, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 204 157 251 -
CMYK 0.19 0.37 0 0.02
HSL 270º 0.92% 0.8% -
HSV(B) 270º 0.37% 0.98% -
XYZ 54.37 43.92 96.88 -
YUV 181.77 167.07 143.86 -
System Red Green Blue C M Y K H S L
Decimal 204 157 251 0.19 0.37 0 0.02 270 0.92 0.8
Hex CC 9D FB 13 25 0 2 10E 5C 50
Octal 314 235 373 23 45 0 2 416 134 120
Binary 11001100 10011101 11111011 10011 100101 0 10 100001110 1011100 1010000

Color Harmonies of #CC9DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9DFB

Black with #CC9DFB

Text Example


Text Example

White with #CC9DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9DFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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