#C3B6CD

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

Shades of Prelude #C3B6CD

Tints of Prelude #C3B6CD

Color information

#C3B6CD (or 0xC3B6CD) is unknown color: approx Prelude. HEX triplet: C3, B6 and CD. RGB value is (195,182,205). Sum of RGB (Red+Green+Blue) = 195+182+205=582 (77% of max value = 765). Red value is 195 (76.56% from 255 or 33.51% from 582); Green value is 182 (71.48% from 255 or 31.27% from 582); Blue value is 205 (80.47% from 255 or 35.22% from 582); Max value from RGB is 205 - color contains mainly: blue. Hex color #C3B6CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3B6CD is #3C4932. Grayscale: #BCBCBC. Windows color (decimal): -3950899 or 13481667. OLE color: 13481667.

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

Color convert

RGB195182205-
CMYK0.050.1100.20
HSL273.91º18.7%75.88%-
HSV(B)273.91º11.22%80.39%-
XYZ50.2549.4764.66-
YUV188.51137.31132.63-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 33.51%
GREEN value IS 182 (71.48% from 255) = 31.27%
BLUE value IS 205 (80.47% from 255) = 35.22%
R=33.51%
G=31.27%
B=35.22%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1951822050.050.1100.20273.9118.775.88
HexC3B6CD5B014112134c
Octal30326631551302442223114
Binary1100001110110110110011011011011010100100010010100111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B6CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B6CD; }

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

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

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

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

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

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

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

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