#C9B0CD

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

Shades of Prelude #C9B0CD

Tints of Prelude #C9B0CD

Color information

#C9B0CD (or 0xC9B0CD) is unknown color: approx Prelude. HEX triplet: C9, B0 and CD. RGB value is (201,176,205). Sum of RGB (Red+Green+Blue) = 201+176+205=582 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.54% from 582); Green value is 176 (69.14% from 255 or 30.24% from 582); Blue value is 205 (80.47% from 255 or 35.22% from 582); Max value from RGB is 205 - color contains mainly: blue. Hex color #C9B0CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9B0CD is #364F32. Grayscale: #BABABA. Windows color (decimal): -3559219 or 13480137. OLE color: 13480137.

HSL color Cylindrical-coordinate representation of color #C9B0CD: hue angle of 291.72º degrees, saturation: 0.22, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C9B0CD is Cyan = 0.02, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB201176205-
CMYK0.020.1400.20
HSL291.72º22.48%74.71%-
HSV(B)291.72º14.15%80.39%-
XYZ50.6347.8864.33-
YUV186.78138.28138.14-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 34.54%
GREEN value IS 176 (69.14% from 255) = 30.24%
BLUE value IS 205 (80.47% from 255) = 35.22%
R=34.54%
G=30.24%
B=35.22%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2011762050.020.1400.20291.7222.4874.71
HexC9B0CD2E014124164b
Octal31126031521602444426113
Binary110010011011000011001101101110010100100100100101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9B0CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9B0CD; }

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

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

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

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

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

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

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

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