#C9B7CF

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

Shades of Prelude #C9B7CF

Tints of Prelude #C9B7CF

Color information

#C9B7CF (or 0xC9B7CF) is unknown color: approx Prelude. HEX triplet: C9, B7 and CF. RGB value is (201,183,207). Sum of RGB (Red+Green+Blue) = 201+183+207=591 (78% of max value = 765). Red value is 201 (78.91% from 255 or 34.01% from 591); Green value is 183 (71.88% from 255 or 30.96% from 591); Blue value is 207 (81.25% from 255 or 35.03% from 591); Max value from RGB is 207 - color contains mainly: blue. Hex color #C9B7CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9B7CF is #364830. Grayscale: #BFBFBF. Windows color (decimal): -3557425 or 13613001. OLE color: 13613001.

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

Color convert

RGB201183207-
CMYK0.030.1200.19
HSL285º20%76.47%-
HSV(B)285º11.59%81.18%-
XYZ52.2850.7966.08-
YUV191.12136.96135.05-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 34.01%
GREEN value IS 183 (71.88% from 255) = 30.96%
BLUE value IS 207 (81.25% from 255) = 35.03%
R=34.01%
G=30.96%
B=35.03%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2011832070.030.1200.192852076.47
HexC9B7CF3C01311d144c
Octal31126731731402343524114
Binary110010011011011111001111111100010011100011101101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9B7CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9B7CF; }

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

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

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

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

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

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

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

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