#C6AFCF

Color #C6AFCF Prelude (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Prelude #C6AFCF

Tints of Prelude #C6AFCF

Color information

#C6AFCF (or 0xC6AFCF) is unknown color: approx Prelude. HEX triplet: C6, AF and CF. RGB value is (198,175,207). Sum of RGB (Red+Green+Blue) = 198+175+207=580 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.14% from 580); Green value is 175 (68.75% from 255 or 30.17% from 580); Blue value is 207 (81.25% from 255 or 35.69% from 580); Max value from RGB is 207 - color contains mainly: blue. Hex color #C6AFCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6AFCF is #395030. Grayscale: #B9B9B9. Windows color (decimal): -3756081 or 13610950. OLE color: 13610950.

HSL color Cylindrical-coordinate representation of color #C6AFCF: hue angle of 283.12º degrees, saturation: 0.25, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C6AFCF is Cyan = 0.04, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB198175207-
CMYK0.040.1500.19
HSL283.12º25%74.9%-
HSV(B)283.12º15.46%81.18%-
XYZ49.8847.1765.51-
YUV185.52140.12136.9-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 34.14%
GREEN value IS 175 (68.75% from 255) = 30.17%
BLUE value IS 207 (81.25% from 255) = 35.69%
R=34.14%
G=30.17%
B=35.69%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1981752070.040.1500.19283.122574.9
HexC6AFCF4F01311b194b
Octal30625731741702343331113
Binary1100011010101111110011111001111010011100011011110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6AFCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6AFCF; }

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

 H1.HeaderClassName
 {
   color: #C6AFCF;
 }
 .AnyTagClassName
 {
   color: #C6AFCF;
 }
</style>
background-color css

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

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

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

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

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

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