#C9B6CE

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

Shades of Prelude #C9B6CE

Tints of Prelude #C9B6CE

Color information

#C9B6CE (or 0xC9B6CE) is unknown color: approx Prelude. HEX triplet: C9, B6 and CE. RGB value is (201,182,206). Sum of RGB (Red+Green+Blue) = 201+182+206=589 (78% of max value = 765). Red value is 201 (78.91% from 255 or 34.13% from 589); Green value is 182 (71.48% from 255 or 30.90% from 589); Blue value is 206 (80.86% from 255 or 34.97% from 589); Max value from RGB is 206 - color contains mainly: blue. Hex color #C9B6CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9B6CE is #364931. Grayscale: #BEBEBE. Windows color (decimal): -3557682 or 13547209. OLE color: 13547209.

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

Color convert

RGB201182206-
CMYK0.020.1200.19
HSL287.5º19.67%76.08%-
HSV(B)287.5º11.65%80.78%-
XYZ51.9650.3365.37-
YUV190.42136.79135.55-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 34.13%
GREEN value IS 182 (71.48% from 255) = 30.90%
BLUE value IS 206 (80.86% from 255) = 34.97%
R=34.13%
G=30.90%
B=34.97%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2011822060.020.1200.19287.519.6776.08
HexC9B6CE2C013120144c
Octal31126631621402344024114
Binary110010011011011011001110101100010011100100000101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9B6CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9B6CE; }

 p { color: rgb(201,182,206); }

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

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

 a { background-color: rgb(201,182,206); }

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

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

 span { border-color: rgb(201,182,206); }

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