Html Css Color HEX #CFAEFF Mauve

📋 copy color: '#CFAEFF'

red 207 ◦ green 174 ◦ blue 255

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

Shades of Mauve #CFAEFF

Tints of Mauve #CFAEFF

RGB

 RED value IS 207 (81.25% from 255) = 32.55%

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

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

R = 32.55%
G = 27.36%
B = 40.09%

CMYK

 C value IS 0.19

 M value IS 0.32

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CFAEFF (or 0xCFAEFF) is known color: Mauve. HEX triplet: CF, AE and FF. RGB value is (207,174,255). Sum of RGB (Red+Green+Blue) = 207+174+255=636 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.55% from 636); Green value is 174 (68.36% from 255 or 27.36% from 636); Blue value is 255 (100% from 255 or 40.09% from 636); Max value from RGB is 255 - color contains mainly: blue. Hex color #CFAEFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFAEFF is #305100. Grayscale: #C0C0C0. Windows color (decimal): -3166465 or 16756431. OLE color: 16756431.

HSL color Cylindrical-coordinate representation of color #CFAEFF: hue angle of 264.44º 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 #CFAEFF is Cyan = 0.19, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 207 174 255 -
CMYK 0.19 0.32 0 0
HSL 264.44º 1% 0.84% -
HSV(B) 264.44º 0.32% 1% -
XYZ 58.92 50.76 101.3 -
YUV 193.1 162.93 137.91 -
System Red Green Blue C M Y K H S L
Decimal 207 174 255 0.19 0.32 0 0 264.44 1 0.84
Hex CF AE FF 13 20 0 0 108 64 54
Octal 317 256 377 23 40 0 0 410 144 124
Binary 11001111 10101110 11111111 10011 100000 0 0 100001000 1100100 1010100

Color Harmonies of #CFAEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFAEFF

Black with #CFAEFF

Text Example


Text Example

White with #CFAEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFAEFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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