#C3B5CD

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

Shades of Prelude #C3B5CD

Tints of Prelude #C3B5CD

Color information

#C3B5CD (or 0xC3B5CD) is unknown color: approx Prelude. HEX triplet: C3, B5 and CD. RGB value is (195,181,205). Sum of RGB (Red+Green+Blue) = 195+181+205=581 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.56% from 581); Green value is 181 (71.09% from 255 or 31.15% from 581); Blue value is 205 (80.47% from 255 or 35.28% from 581); Max value from RGB is 205 - color contains mainly: blue. Hex color #C3B5CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3B5CD is #3C4A32. Grayscale: #BBBBBB. Windows color (decimal): -3951155 or 13481411. OLE color: 13481411.

HSL color Cylindrical-coordinate representation of color #C3B5CD: hue angle of 275º degrees, saturation: 0.19, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C3B5CD is Cyan = 0.05, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB195181205-
CMYK0.050.1200.20
HSL275º19.35%75.69%-
HSV(B)275º11.71%80.39%-
XYZ50.0549.0664.59-
YUV187.92137.64133.05-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 33.56%
GREEN value IS 181 (71.09% from 255) = 31.15%
BLUE value IS 205 (80.47% from 255) = 35.28%
R=33.56%
G=31.15%
B=35.28%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1951812050.050.1200.2027519.3575.69
HexC3B5CD5C014113134c
Octal30326531551402442323114
Binary1100001110110101110011011011100010100100010011100111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B5CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B5CD; }

 p { color: rgb(195,181,205); }

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

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

 a { background-color: rgb(195,181,205); }

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

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

 span { border-color: rgb(195,181,205); }

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