#C3BDDE

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

Shades of Melrose #C3BDDE

Tints of Melrose #C3BDDE

Color information

#C3BDDE (or 0xC3BDDE) is unknown color: approx Melrose. HEX triplet: C3, BD and DE. RGB value is (195,189,222). Sum of RGB (Red+Green+Blue) = 195+189+222=606 (80% of max value = 765). Red value is 195 (76.56% from 255 or 32.18% from 606); Green value is 189 (74.22% from 255 or 31.19% from 606); Blue value is 222 (87.11% from 255 or 36.63% from 606); Max value from RGB is 222 - color contains mainly: blue. Hex color #C3BDDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3BDDE is #3C4221. Grayscale: #C2C2C2. Windows color (decimal): -3949090 or 14597571. OLE color: 14597571.

HSL color Cylindrical-coordinate representation of color #C3BDDE: hue angle of 250.91º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C3BDDE is Cyan = 0.12, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB195189222-
CMYK0.120.1500.13
HSL250.91º33.33%80.59%-
HSV(B)250.91º14.86%87.06%-
XYZ53.8953.2776.55-
YUV194.56143.49128.32-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 32.18%
GREEN value IS 189 (74.22% from 255) = 31.19%
BLUE value IS 222 (87.11% from 255) = 36.63%
R=32.18%
G=31.19%
B=36.63%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1951892220.120.1500.13250.9133.3380.59
HexC3BDDECF0Dfb2151
Octal303275336141701537341121
Binary1100001110111101110111101100111101101111110111000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BDDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BDDE; }

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

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

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

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

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

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

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

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