Html Css Color HEX #CFAFFC Mauve

📋 copy color: '#CFAFFC'

red 207 ◦ green 175 ◦ blue 252

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

Shades of Mauve #CFAFFC

Tints of Mauve #CFAFFC

RGB

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

 GREEN value IS 175 (68.75% from 255) = 27.6%

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

R = 32.65%
G = 27.6%
B = 39.75%

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

#CFAFFC (or 0xCFAFFC) is known color: Mauve. HEX triplet: CF, AF and FC. RGB value is (207,175,252). Sum of RGB (Red+Green+Blue) = 207+175+252=634 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.65% from 634); Green value is 175 (68.75% from 255 or 27.60% from 634); Blue value is 252 (98.83% from 255 or 39.75% from 634); Max value from RGB is 252 - color contains mainly: blue. Hex color #CFAFFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFAFFC is #305003. Grayscale: #C1C1C1. Windows color (decimal): -3166212 or 16560079. OLE color: 16560079.

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

Color convert

RGB 207 175 252 -
CMYK 0.18 0.31 0 0.01
HSL 264.94º 0.93% 0.84% -
HSV(B) 264.94º 0.31% 0.99% -
XYZ 58.63 50.95 98.84 -
YUV 193.35 161.1 137.74 -
System Red Green Blue C M Y K H S L
Decimal 207 175 252 0.18 0.31 0 0.01 264.94 0.93 0.84
Hex CF AF FC 12 1F 0 1 109 5D 54
Octal 317 257 374 22 37 0 1 411 135 124
Binary 11001111 10101111 11111100 10010 11111 0 1 100001001 1011101 1010100

Color Harmonies of #CFAFFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFAFFC

Black with #CFAFFC

Text Example


Text Example

White with #CFAFFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFAFFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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