#C3BDD0

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

Shades of Melrose #C3BDD0

Tints of Melrose #C3BDD0

Color information

#C3BDD0 (or 0xC3BDD0) is unknown color: approx Melrose. HEX triplet: C3, BD and D0. RGB value is (195,189,208). Sum of RGB (Red+Green+Blue) = 195+189+208=592 (78% of max value = 765). Red value is 195 (76.56% from 255 or 32.94% from 592); Green value is 189 (74.22% from 255 or 31.93% from 592); Blue value is 208 (81.64% from 255 or 35.14% from 592); Max value from RGB is 208 - color contains mainly: blue. Hex color #C3BDD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3BDD0 is #3C422F. Grayscale: #C0C0C0. Windows color (decimal): -3949104 or 13680067. OLE color: 13680067.

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

Color convert

RGB195189208-
CMYK0.060.0900.18
HSL258.95º16.81%77.84%-
HSV(B)258.95º9.13%81.57%-
XYZ52.0952.5567.07-
YUV192.96136.49129.46-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 32.94%
GREEN value IS 189 (74.22% from 255) = 31.93%
BLUE value IS 208 (81.64% from 255) = 35.14%
R=32.94%
G=31.93%
B=35.14%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1951892080.060.0900.18258.9516.8177.84
HexC3BDD069012103114e
Octal30327532061102240321116
Binary1100001110111101110100001101001010010100000011100011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BDD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BDD0; }

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

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

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

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

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

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

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

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