#C9B4CC

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

Shades of Prelude #C9B4CC

Tints of Prelude #C9B4CC

Color information

#C9B4CC (or 0xC9B4CC) is unknown color: approx Prelude. HEX triplet: C9, B4 and CC. RGB value is (201,180,204). Sum of RGB (Red+Green+Blue) = 201+180+204=585 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.36% from 585); Green value is 180 (70.70% from 255 or 30.77% from 585); Blue value is 204 (80.08% from 255 or 34.87% from 585); Max value from RGB is 204 - color contains mainly: blue. Hex color #C9B4CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9B4CC is #364B33. Grayscale: #BCBCBC. Windows color (decimal): -3558196 or 13415625. OLE color: 13415625.

HSL color Cylindrical-coordinate representation of color #C9B4CC: hue angle of 292.5º degrees, saturation: 0.19, 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 #C9B4CC is Cyan = 0.01, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB201180204-
CMYK0.010.1200.2
HSL292.5º19.05%75.29%-
HSV(B)292.5º11.76%80%-
XYZ51.3149.4263.96-
YUV189.02136.46136.55-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 34.36%
GREEN value IS 180 (70.70% from 255) = 30.77%
BLUE value IS 204 (80.08% from 255) = 34.87%
R=34.36%
G=30.77%
B=34.87%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2011802040.010.1200.2292.519.0575.29
HexC9B4CC1C014124134b
Octal31126431411402444423113
Binary11001001101101001100110011100010100100100100100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9B4CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9B4CC; }

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

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

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

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

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

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

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

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