#C3B0D1

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

Shades of Prelude #C3B0D1

Tints of Prelude #C3B0D1

Color information

#C3B0D1 (or 0xC3B0D1) is unknown color: approx Prelude. HEX triplet: C3, B0 and D1. RGB value is (195,176,209). Sum of RGB (Red+Green+Blue) = 195+176+209=580 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.62% from 580); Green value is 176 (69.14% from 255 or 30.34% from 580); Blue value is 209 (82.03% from 255 or 36.03% from 580); Max value from RGB is 209 - color contains mainly: blue. Hex color #C3B0D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3B0D1 is #3C4F2E. Grayscale: #B9B9B9. Windows color (decimal): -3952431 or 13742275. OLE color: 13742275.

HSL color Cylindrical-coordinate representation of color #C3B0D1: hue angle of 274.55º degrees, saturation: 0.26, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C3B0D1 is Cyan = 0.07, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB195176209-
CMYK0.070.1600.18
HSL274.55º26.4%75.49%-
HSV(B)274.55º15.79%81.96%-
XYZ49.5447.2666.83-
YUV185.44141.29134.82-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 33.62%
GREEN value IS 176 (69.14% from 255) = 30.34%
BLUE value IS 209 (82.03% from 255) = 36.03%
R=33.62%
G=30.34%
B=36.03%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1951762090.070.1600.18274.5526.475.49
HexC3B0D17100121131a4b
Octal30326032172002242332113
Binary11000011101100001101000111110000010010100010011110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B0D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B0D1; }

 p { color: rgb(195,176,209); }

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

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

 a { background-color: rgb(195,176,209); }

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

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

 span { border-color: rgb(195,176,209); }

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