#C9AFCF

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

Shades of Prelude #C9AFCF

Tints of Prelude #C9AFCF

Color information

#C9AFCF (or 0xC9AFCF) is unknown color: approx Prelude. HEX triplet: C9, AF and CF. RGB value is (201,175,207). Sum of RGB (Red+Green+Blue) = 201+175+207=583 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.48% from 583); Green value is 175 (68.75% from 255 or 30.02% from 583); Blue value is 207 (81.25% from 255 or 35.51% from 583); Max value from RGB is 207 - color contains mainly: blue. Hex color #C9AFCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9AFCF is #365030. Grayscale: #BABABA. Windows color (decimal): -3559473 or 13610953. OLE color: 13610953.

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

Color convert

RGB201175207-
CMYK0.030.1500.19
HSL288.75º25%74.9%-
HSV(B)288.75º15.46%81.18%-
XYZ50.6847.5865.54-
YUV186.42139.61138.4-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 34.48%
GREEN value IS 175 (68.75% from 255) = 30.02%
BLUE value IS 207 (81.25% from 255) = 35.51%
R=34.48%
G=30.02%
B=35.51%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2011752070.030.1500.19288.752574.9
HexC9AFCF3F013121194b
Octal31125731731702344131113
Binary110010011010111111001111111111010011100100001110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9AFCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9AFCF; }

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

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

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

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

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

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

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

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