#C1B3C9

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

Shades of Prelude #C1B3C9

Tints of Prelude #C1B3C9

Color information

#C1B3C9 (or 0xC1B3C9) is unknown color: approx Prelude. HEX triplet: C1, B3 and C9. RGB value is (193,179,201). Sum of RGB (Red+Green+Blue) = 193+179+201=573 (75% of max value = 765). Red value is 193 (75.78% from 255 or 33.68% from 573); Green value is 179 (70.31% from 255 or 31.24% from 573); Blue value is 201 (78.91% from 255 or 35.08% from 573); Max value from RGB is 201 - color contains mainly: blue. Hex color #C1B3C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1B3C9 is #3E4C36. Grayscale: #B9B9B9. Windows color (decimal): -4082743 or 13218753. OLE color: 13218753.

HSL color Cylindrical-coordinate representation of color #C1B3C9: hue angle of 278.18º degrees, saturation: 0.17, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C1B3C9 is Cyan = 0.04, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB193179201-
CMYK0.040.1100.21
HSL278.18º16.92%74.51%-
HSV(B)278.18º10.95%78.82%-
XYZ48.6647.7961.92-
YUV185.69136.64133.21-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 33.68%
GREEN value IS 179 (70.31% from 255) = 31.24%
BLUE value IS 201 (78.91% from 255) = 35.08%
R=33.68%
G=31.24%
B=35.08%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1931792010.040.1100.21278.1816.9274.51
HexC1B3C94B015116114b
Octal30126331141302542621113
Binary1100000110110011110010011001011010101100010110100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1B3C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1B3C9; }

 p { color: rgb(193,179,201); }

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

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

 a { background-color: rgb(193,179,201); }

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

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

 span { border-color: rgb(193,179,201); }

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