Html Css Color HEX #CFAEFE Mauve

📋 copy color: '#CFAEFE'

red 207 ◦ green 174 ◦ blue 254

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

Shades of Mauve #CFAEFE

Tints of Mauve #CFAEFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 40%

R = 32.6%
G = 27.4%
B = 40%

CMYK

 C value IS 0.19

 M value IS 0.31

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CFAEFE (or 0xCFAEFE) is known color: Mauve. HEX triplet: CF, AE and FE. RGB value is (207,174,254). Sum of RGB (Red+Green+Blue) = 207+174+254=635 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.60% from 635); Green value is 174 (68.36% from 255 or 27.40% from 635); Blue value is 254 (99.61% from 255 or 40% from 635); Max value from RGB is 254 - color contains mainly: blue. Hex color #CFAEFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFAEFE is #305101. Grayscale: #C0C0C0. Windows color (decimal): -3166466 or 16690895. OLE color: 16690895.

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

Color convert

RGB 207 174 254 -
CMYK 0.19 0.31 0 0.00
HSL 264.75º 0.98% 0.84% -
HSV(B) 264.75º 0.31% 1% -
XYZ 58.76 50.69 100.45 -
YUV 192.99 162.43 138 -
System Red Green Blue C M Y K H S L
Decimal 207 174 254 0.19 0.31 0 0.00 264.75 0.98 0.84
Hex CF AE FE 13 1F 0 0 109 62 54
Octal 317 256 376 23 37 0 0 411 142 124
Binary 11001111 10101110 11111110 10011 11111 0 0 100001001 1100010 1010100

Color Harmonies of #CFAEFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFAEFE

Black with #CFAEFE

Text Example


Text Example

White with #CFAEFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFAEFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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