Html Css Color HEX #CFAEFC Mauve

📋 copy color: '#CFAEFC'

red 207 ◦ green 174 ◦ blue 252

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

Shades of Mauve #CFAEFC

Tints of Mauve #CFAEFC

RGB

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

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

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

R = 32.7%
G = 27.49%
B = 39.81%

CMYK

 C value IS 0.18

 M value IS 0.31

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CFAEFC (or 0xCFAEFC) is known color: Mauve. HEX triplet: CF, AE and FC. RGB value is (207,174,252). Sum of RGB (Red+Green+Blue) = 207+174+252=633 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.70% from 633); Green value is 174 (68.36% from 255 or 27.49% from 633); Blue value is 252 (98.83% from 255 or 39.81% from 633); Max value from RGB is 252 - color contains mainly: blue. Hex color #CFAEFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFAEFC is #305103. Grayscale: #C0C0C0. Windows color (decimal): -3166468 or 16559823. OLE color: 16559823.

HSL color Cylindrical-coordinate representation of color #CFAEFC: hue angle of 265.38º 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 #CFAEFC is Cyan = 0.18, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 207 174 252 -
CMYK 0.18 0.31 0 0.01
HSL 265.38º 0.93% 0.84% -
HSV(B) 265.38º 0.31% 0.99% -
XYZ 58.44 50.57 98.78 -
YUV 192.76 161.43 138.16 -
System Red Green Blue C M Y K H S L
Decimal 207 174 252 0.18 0.31 0 0.01 265.38 0.93 0.84
Hex CF AE FC 12 1F 0 1 109 5D 54
Octal 317 256 374 22 37 0 1 411 135 124
Binary 11001111 10101110 11111100 10010 11111 0 1 100001001 1011101 1010100

Color Harmonies of #CFAEFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFAEFC

Black with #CFAEFC

Text Example


Text Example

White with #CFAEFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFAEFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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