#C3B4D0

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

Shades of Prelude #C3B4D0

Tints of Prelude #C3B4D0

Color information

#C3B4D0 (or 0xC3B4D0) is unknown color: approx Prelude. HEX triplet: C3, B4 and D0. RGB value is (195,180,208). Sum of RGB (Red+Green+Blue) = 195+180+208=583 (77% of max value = 765). Red value is 195 (76.56% from 255 or 33.45% from 583); Green value is 180 (70.70% from 255 or 30.87% from 583); Blue value is 208 (81.64% from 255 or 35.68% from 583); Max value from RGB is 208 - color contains mainly: blue. Hex color #C3B4D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3B4D0 is #3C4B2F. Grayscale: #BBBBBB. Windows color (decimal): -3951408 or 13677763. OLE color: 13677763.

HSL color Cylindrical-coordinate representation of color #C3B4D0: hue angle of 272.14º degrees, saturation: 0.23, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C3B4D0 is Cyan = 0.06, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB195180208-
CMYK0.060.1300.18
HSL272.14º22.95%76.08%-
HSV(B)272.14º13.46%81.57%-
XYZ50.2148.866.45-
YUV187.68139.47133.22-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 33.45%
GREEN value IS 180 (70.70% from 255) = 30.87%
BLUE value IS 208 (81.64% from 255) = 35.68%
R=33.45%
G=30.87%
B=35.68%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1951802080.060.1300.18272.1422.9576.08
HexC3B4D06D012110174c
Octal30326432061502242027114
Binary1100001110110100110100001101101010010100010000101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B4D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B4D0; }

 p { color: rgb(195,180,208); }

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

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

 a { background-color: rgb(195,180,208); }

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

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

 span { border-color: rgb(195,180,208); }

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