#C1A9CE

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

Shades of Prelude #C1A9CE

Tints of Prelude #C1A9CE

Color information

#C1A9CE (or 0xC1A9CE) is unknown color: approx Prelude. HEX triplet: C1, A9 and CE. RGB value is (193,169,206). Sum of RGB (Red+Green+Blue) = 193+169+206=568 (75% of max value = 765). Red value is 193 (75.78% from 255 or 33.98% from 568); Green value is 169 (66.41% from 255 or 29.75% from 568); Blue value is 206 (80.86% from 255 or 36.27% from 568); Max value from RGB is 206 - color contains mainly: blue. Hex color #C1A9CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1A9CE is #3E5631. Grayscale: #B4B4B4. Windows color (decimal): -4085298 or 13543873. OLE color: 13543873.

HSL color Cylindrical-coordinate representation of color #C1A9CE: hue angle of 278.92º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C1A9CE is Cyan = 0.06, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB193169206-
CMYK0.060.1800.19
HSL278.92º27.41%73.53%-
HSV(B)278.92º17.96%80.78%-
XYZ47.3244.1764.42-
YUV180.39142.45136.99-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 33.98%
GREEN value IS 169 (66.41% from 255) = 29.75%
BLUE value IS 206 (80.86% from 255) = 36.27%
R=33.98%
G=29.75%
B=36.27%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1931692060.060.1800.19278.9227.4173.53
HexC1A9CE6120131171b4a
Octal30125131662202342733112
Binary11000001101010011100111011010010010011100010111110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1A9CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1A9CE; }

 p { color: rgb(193,169,206); }

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

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

 a { background-color: rgb(193,169,206); }

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

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

 span { border-color: rgb(193,169,206); }

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