#C9B5CF

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

Shades of Prelude #C9B5CF

Tints of Prelude #C9B5CF

Color information

#C9B5CF (or 0xC9B5CF) is unknown color: approx Prelude. HEX triplet: C9, B5 and CF. RGB value is (201,181,207). Sum of RGB (Red+Green+Blue) = 201+181+207=589 (78% of max value = 765). Red value is 201 (78.91% from 255 or 34.13% from 589); Green value is 181 (71.09% from 255 or 30.73% from 589); Blue value is 207 (81.25% from 255 or 35.14% from 589); Max value from RGB is 207 - color contains mainly: blue. Hex color #C9B5CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9B5CF is #364A30. Grayscale: #BDBDBD. Windows color (decimal): -3557937 or 13612489. OLE color: 13612489.

HSL color Cylindrical-coordinate representation of color #C9B5CF: hue angle of 286.15º degrees, saturation: 0.21, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C9B5CF is Cyan = 0.03, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB201181207-
CMYK0.030.1300.19
HSL286.15º21.31%76.08%-
HSV(B)286.15º12.56%81.18%-
XYZ51.8749.9765.94-
YUV189.94137.63135.89-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 34.13%
GREEN value IS 181 (71.09% from 255) = 30.73%
BLUE value IS 207 (81.25% from 255) = 35.14%
R=34.13%
G=30.73%
B=35.14%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2011812070.030.1300.19286.1521.3176.08
HexC9B5CF3D01311e154c
Octal31126531731502343625114
Binary110010011011010111001111111101010011100011110101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9B5CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9B5CF; }

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

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

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

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

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

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

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

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