Html Css Color HEX #CCAEFA Mauve

📋 copy color: '#CCAEFA'

red 204 ◦ green 174 ◦ blue 250

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

Shades of Mauve #CCAEFA

Tints of Mauve #CCAEFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 39.81%

R = 32.48%
G = 27.71%
B = 39.81%

CMYK

 C value IS 0.18

 M value IS 0.30

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CCAEFA (or 0xCCAEFA) is known color: Mauve. HEX triplet: CC, AE and FA. RGB value is (204,174,250). Sum of RGB (Red+Green+Blue) = 204+174+250=628 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.48% from 628); Green value is 174 (68.36% from 255 or 27.71% from 628); Blue value is 250 (98.05% from 255 or 39.81% from 628); Max value from RGB is 250 - color contains mainly: blue. Hex color #CCAEFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCAEFA is #335105. Grayscale: #BFBFBF. Windows color (decimal): -3363078 or 16428748. OLE color: 16428748.

HSL color Cylindrical-coordinate representation of color #CCAEFA: hue angle of 263.68º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CCAEFA is Cyan = 0.18, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 204 174 250 -
CMYK 0.18 0.30 0 0.02
HSL 263.68º 0.88% 0.83% -
HSV(B) 263.68º 0.3% 0.98% -
XYZ 57.29 50.01 97.08 -
YUV 191.63 160.94 136.82 -
System Red Green Blue C M Y K H S L
Decimal 204 174 250 0.18 0.30 0 0.02 263.68 0.88 0.83
Hex CC AE FA 12 1E 0 2 108 58 53
Octal 314 256 372 22 36 0 2 410 130 123
Binary 11001100 10101110 11111010 10010 11110 0 10 100001000 1011000 1010011

Color Harmonies of #CCAEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAEFA

Black with #CCAEFA

Text Example


Text Example

White with #CCAEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAEFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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