#C9B8CE

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

Shades of Prelude #C9B8CE

Tints of Prelude #C9B8CE

Color information

#C9B8CE (or 0xC9B8CE) is unknown color: approx Prelude. HEX triplet: C9, B8 and CE. RGB value is (201,184,206). Sum of RGB (Red+Green+Blue) = 201+184+206=591 (78% of max value = 765). Red value is 201 (78.91% from 255 or 34.01% from 591); Green value is 184 (72.27% from 255 or 31.13% from 591); Blue value is 206 (80.86% from 255 or 34.86% from 591); Max value from RGB is 206 - color contains mainly: blue. Hex color #C9B8CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9B8CE is #364731. Grayscale: #BFBFBF. Windows color (decimal): -3557170 or 13547721. OLE color: 13547721.

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

Color convert

RGB201184206-
CMYK0.020.1100.19
HSL286.36º18.33%76.47%-
HSV(B)286.36º10.68%80.78%-
XYZ52.3751.1565.51-
YUV191.59136.13134.71-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 34.01%
GREEN value IS 184 (72.27% from 255) = 31.13%
BLUE value IS 206 (80.86% from 255) = 34.86%
R=34.01%
G=31.13%
B=34.86%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2011842060.020.1100.19286.3618.3376.47
HexC9B8CE2B01311e124c
Octal31127031621302343622114
Binary110010011011100011001110101011010011100011110100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9B8CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9B8CE; }

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

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

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

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

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

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

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

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