Html Css Color HEX #CCAEFF Mauve

📋 copy color: '#CCAEFF'

red 204 ◦ green 174 ◦ blue 255

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

Shades of Mauve #CCAEFF

Tints of Mauve #CCAEFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 40.28%

R = 32.23%
G = 27.49%
B = 40.28%

CMYK

 C value IS 0.2

 M value IS 0.32

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CCAEFF (or 0xCCAEFF) is known color: Mauve. HEX triplet: CC, AE and FF. RGB value is (204,174,255). Sum of RGB (Red+Green+Blue) = 204+174+255=633 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.23% from 633); Green value is 174 (68.36% from 255 or 27.49% from 633); Blue value is 255 (100% from 255 or 40.28% from 633); Max value from RGB is 255 - color contains mainly: blue. Hex color #CCAEFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCAEFF is #335100. Grayscale: #BFBFBF. Windows color (decimal): -3363073 or 16756428. OLE color: 16756428.

HSL color Cylindrical-coordinate representation of color #CCAEFF: hue angle of 262.22º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CCAEFF is Cyan = 0.2, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 204 174 255 -
CMYK 0.2 0.32 0 0
HSL 262.22º 1% 0.84% -
HSV(B) 262.22º 0.32% 1% -
XYZ 58.09 50.33 101.26 -
YUV 192.2 163.44 136.41 -
System Red Green Blue C M Y K H S L
Decimal 204 174 255 0.2 0.32 0 0 262.22 1 0.84
Hex CC AE FF 14 20 0 0 106 64 54
Octal 314 256 377 24 40 0 0 406 144 124
Binary 11001100 10101110 11111111 10100 100000 0 0 100000110 1100100 1010100

Color Harmonies of #CCAEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAEFF

Black with #CCAEFF

Text Example


Text Example

White with #CCAEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAEFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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