Html Css Color HEX #CCA8FB Mauve

📋 copy color: '#CCA8FB'

red 204 ◦ green 168 ◦ blue 251

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

Shades of Mauve #CCA8FB

Tints of Mauve #CCA8FB

RGB

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

 GREEN value IS 168 (66.02% from 255) = 26.97%

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

R = 32.74%
G = 26.97%
B = 40.29%

CMYK

 C value IS 0.19

 M value IS 0.33

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CCA8FB (or 0xCCA8FB) is known color: Mauve. HEX triplet: CC, A8 and FB. RGB value is (204,168,251). Sum of RGB (Red+Green+Blue) = 204+168+251=623 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.74% from 623); Green value is 168 (66.02% from 255 or 26.97% from 623); Blue value is 251 (98.44% from 255 or 40.29% from 623); Max value from RGB is 251 - color contains mainly: blue. Hex color #CCA8FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCA8FB is #335704. Grayscale: #BBBBBB. Windows color (decimal): -3364613 or 16492748. OLE color: 16492748.

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

Color convert

RGB 204 168 251 -
CMYK 0.19 0.33 0 0.02
HSL 266.02º 0.91% 0.82% -
HSV(B) 266.02º 0.33% 0.98% -
XYZ 56.32 47.81 97.53 -
YUV 188.23 163.43 139.25 -
System Red Green Blue C M Y K H S L
Decimal 204 168 251 0.19 0.33 0 0.02 266.02 0.91 0.82
Hex CC A8 FB 13 21 0 2 10A 5B 52
Octal 314 250 373 23 41 0 2 412 133 122
Binary 11001100 10101000 11111011 10011 100001 0 10 100001010 1011011 1010010

Color Harmonies of #CCA8FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA8FB

Black with #CCA8FB

Text Example


Text Example

White with #CCA8FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA8FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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