#C9AFD7

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

Shades of Prelude #C9AFD7

Tints of Prelude #C9AFD7

Color information

#C9AFD7 (or 0xC9AFD7) is unknown color: approx Prelude. HEX triplet: C9, AF and D7. RGB value is (201,175,215). Sum of RGB (Red+Green+Blue) = 201+175+215=591 (78% of max value = 765). Red value is 201 (78.91% from 255 or 34.01% from 591); Green value is 175 (68.75% from 255 or 29.61% from 591); Blue value is 215 (84.38% from 255 or 36.38% from 591); Max value from RGB is 215 - color contains mainly: blue. Hex color #C9AFD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9AFD7 is #365028. Grayscale: #BBBBBB. Windows color (decimal): -3559465 or 14135241. OLE color: 14135241.

HSL color Cylindrical-coordinate representation of color #C9AFD7: hue angle of 279º degrees, saturation: 0.33, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C9AFD7 is Cyan = 0.07, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB201175215-
CMYK0.070.1900.16
HSL279º33.33%76.47%-
HSV(B)279º18.6%84.31%-
XYZ51.6847.9870.83-
YUV187.33143.61137.75-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 34.01%
GREEN value IS 175 (68.75% from 255) = 29.61%
BLUE value IS 215 (84.38% from 255) = 36.38%
R=34.01%
G=29.61%
B=36.38%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2011752150.070.1900.1627933.3376.47
HexC9AFD7713010117214c
Octal31125732772302042741114
Binary110010011010111111010111111100110100001000101111000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9AFD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9AFD7; }

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

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

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

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

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

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

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

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