Html Css Color HEX #CCAEFC Mauve

📋 copy color: '#CCAEFC'

red 204 ◦ green 174 ◦ blue 252

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

Shades of Mauve #CCAEFC

Tints of Mauve #CCAEFC

RGB

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

 GREEN value IS 174 (68.36% from 255) = 27.62%

 BLUE value IS 252 (98.83% from 255) = 40%

R = 32.38%
G = 27.62%
B = 40%

CMYK

 C value IS 0.19

 M value IS 0.31

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CCAEFC (or 0xCCAEFC) is known color: Mauve. HEX triplet: CC, AE and FC. RGB value is (204,174,252). Sum of RGB (Red+Green+Blue) = 204+174+252=630 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.38% from 630); Green value is 174 (68.36% from 255 or 27.62% from 630); Blue value is 252 (98.83% from 255 or 40% from 630); Max value from RGB is 252 - color contains mainly: blue. Hex color #CCAEFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCAEFC is #335103. Grayscale: #BFBFBF. Windows color (decimal): -3363076 or 16559820. OLE color: 16559820.

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

Color convert

RGB 204 174 252 -
CMYK 0.19 0.31 0 0.01
HSL 263.08º 0.93% 0.84% -
HSV(B) 263.08º 0.31% 0.99% -
XYZ 57.61 50.14 98.74 -
YUV 191.86 161.94 136.66 -
System Red Green Blue C M Y K H S L
Decimal 204 174 252 0.19 0.31 0 0.01 263.08 0.93 0.84
Hex CC AE FC 13 1F 0 1 107 5D 54
Octal 314 256 374 23 37 0 1 407 135 124
Binary 11001100 10101110 11111100 10011 11111 0 1 100000111 1011101 1010100

Color Harmonies of #CCAEFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAEFC

Black with #CCAEFC

Text Example


Text Example

White with #CCAEFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAEFC; }

 p { color: rgb(204,174,252); }

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

background-color css

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

 a { background-color: rgb(204,174,252); }

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

border-color css

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

 span { border-color: rgb(204,174,252); }

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