#C9B4CD

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

Shades of Prelude #C9B4CD

Tints of Prelude #C9B4CD

Color information

#C9B4CD (or 0xC9B4CD) is unknown color: approx Prelude. HEX triplet: C9, B4 and CD. RGB value is (201,180,205). Sum of RGB (Red+Green+Blue) = 201+180+205=586 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.30% from 586); Green value is 180 (70.70% from 255 or 30.72% from 586); Blue value is 205 (80.47% from 255 or 34.98% from 586); Max value from RGB is 205 - color contains mainly: blue. Hex color #C9B4CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9B4CD is #364B32. Grayscale: #BDBDBD. Windows color (decimal): -3558195 or 13481161. OLE color: 13481161.

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

Color convert

RGB201180205-
CMYK0.020.1200.20
HSL290.4º20%75.49%-
HSV(B)290.4º12.2%80.39%-
XYZ51.4349.4764.6-
YUV189.13136.96136.47-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 34.30%
GREEN value IS 180 (70.70% from 255) = 30.72%
BLUE value IS 205 (80.47% from 255) = 34.98%
R=34.30%
G=30.72%
B=34.98%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2011802050.020.1200.20290.42075.49
HexC9B4CD2C014122144b
Octal31126431521402444224113
Binary110010011011010011001101101100010100100100010101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9B4CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9B4CD; }

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

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

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

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

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

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

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

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