#C9B9CE

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

Shades of Prelude #C9B9CE

Tints of Prelude #C9B9CE

Color information

#C9B9CE (or 0xC9B9CE) is unknown color: approx Prelude. HEX triplet: C9, B9 and CE. RGB value is (201,185,206). Sum of RGB (Red+Green+Blue) = 201+185+206=592 (78% of max value = 765). Red value is 201 (78.91% from 255 or 33.95% from 592); Green value is 185 (72.66% from 255 or 31.25% from 592); Blue value is 206 (80.86% from 255 or 34.80% from 592); Max value from RGB is 206 - color contains mainly: blue. Hex color #C9B9CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9B9CE is #364631. Grayscale: #C0C0C0. Windows color (decimal): -3556914 or 13547977. OLE color: 13547977.

HSL color Cylindrical-coordinate representation of color #C9B9CE: hue angle of 285.71º degrees, saturation: 0.18, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C9B9CE is Cyan = 0.02, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB201185206-
CMYK0.020.1000.19
HSL285.71º17.65%76.67%-
HSV(B)285.71º10.19%80.78%-
XYZ52.5851.5765.58-
YUV192.18135.8134.29-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 33.95%
GREEN value IS 185 (72.66% from 255) = 31.25%
BLUE value IS 206 (80.86% from 255) = 34.80%
R=33.95%
G=31.25%
B=34.80%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2011852060.020.1000.19285.7117.6576.67
HexC9B9CE2A01311e124d
Octal31127131621202343622115
Binary110010011011100111001110101010010011100011110100101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9B9CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9B9CE; }

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

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

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

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

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

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

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

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