#C9B8CD

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

Shades of Prelude #C9B8CD

Tints of Prelude #C9B8CD

Color information

#C9B8CD (or 0xC9B8CD) is unknown color: approx Prelude. HEX triplet: C9, B8 and CD. RGB value is (201,184,205). Sum of RGB (Red+Green+Blue) = 201+184+205=590 (78% of max value = 765). Red value is 201 (78.91% from 255 or 34.07% from 590); Green value is 184 (72.27% from 255 or 31.19% from 590); Blue value is 205 (80.47% from 255 or 34.75% from 590); Max value from RGB is 205 - color contains mainly: blue. Hex color #C9B8CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9B8CD is #364732. Grayscale: #BFBFBF. Windows color (decimal): -3557171 or 13482185. OLE color: 13482185.

HSL color Cylindrical-coordinate representation of color #C9B8CD: hue angle of 288.57º degrees, saturation: 0.17, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C9B8CD is Cyan = 0.02, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB201184205-
CMYK0.020.1000.20
HSL288.57º17.36%76.27%-
HSV(B)288.57º10.24%80.39%-
XYZ52.2551.1164.87-
YUV191.48135.63134.79-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 34.07%
GREEN value IS 184 (72.27% from 255) = 31.19%
BLUE value IS 205 (80.47% from 255) = 34.75%
R=34.07%
G=31.19%
B=34.75%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2011842050.020.1000.20288.5717.3676.27
HexC9B8CD2A014121114c
Octal31127031521202444121114
Binary110010011011100011001101101010010100100100001100011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9B8CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9B8CD; }

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

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

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

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

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

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

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

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