#C3B1CE

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

Shades of Prelude #C3B1CE

Tints of Prelude #C3B1CE

Color information

#C3B1CE (or 0xC3B1CE) is unknown color: approx Prelude. HEX triplet: C3, B1 and CE. RGB value is (195,177,206). Sum of RGB (Red+Green+Blue) = 195+177+206=578 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.74% from 578); Green value is 177 (69.53% from 255 or 30.62% from 578); Blue value is 206 (80.86% from 255 or 35.64% from 578); Max value from RGB is 206 - color contains mainly: blue. Hex color #C3B1CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3B1CE is #3C4E31. Grayscale: #B9B9B9. Windows color (decimal): -3952178 or 13545923. OLE color: 13545923.

HSL color Cylindrical-coordinate representation of color #C3B1CE: hue angle of 277.24º degrees, saturation: 0.23, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C3B1CE is Cyan = 0.05, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB195177206-
CMYK0.050.1400.19
HSL277.24º22.83%75.1%-
HSV(B)277.24º14.08%80.78%-
XYZ49.3747.564.96-
YUV185.69139.46134.64-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 33.74%
GREEN value IS 177 (69.53% from 255) = 30.62%
BLUE value IS 206 (80.86% from 255) = 35.64%
R=33.74%
G=30.62%
B=35.64%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1951772060.050.1400.19277.2422.8375.1
HexC3B1CE5E013115174b
Octal30326131651602342527113
Binary1100001110110001110011101011110010011100010101101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B1CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B1CE; }

 p { color: rgb(195,177,206); }

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

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

 a { background-color: rgb(195,177,206); }

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

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

 span { border-color: rgb(195,177,206); }

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