Html Css Color HEX #C3BDDB Melrose

📋 copy color: '#C3BDDB'

red 195 ◦ green 189 ◦ blue 219

#C3BDDB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Melrose #C3BDDB

Tints of Melrose #C3BDDB

RGB

 RED value IS 195 (76.56% from 255) = 32.34%

 GREEN value IS 189 (74.22% from 255) = 31.34%

 BLUE value IS 219 (85.94% from 255) = 36.32%

R = 32.34%
G = 31.34%
B = 36.32%

CMYK

 C value IS 0.11

 M value IS 0.14

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C3BDDB (or 0xC3BDDB) is known color: Melrose. HEX triplet: C3, BD and DB. RGB value is (195,189,219). Sum of RGB (Red+Green+Blue) = 195+189+219=603 (79% of max value = 765). Red value is 195 (76.56% from 255 or 32.34% from 603); Green value is 189 (74.22% from 255 or 31.34% from 603); Blue value is 219 (85.94% from 255 or 36.32% from 603); Max value from RGB is 219 - color contains mainly: blue. Hex color #C3BDDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3BDDB is #3C4224. Grayscale: #C2C2C2. Windows color (decimal): -3949093 or 14400963. OLE color: 14400963.

HSL color Cylindrical-coordinate representation of color #C3BDDB: hue angle of 252º degrees, saturation: 0.29, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C3BDDB is Cyan = 0.11, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 195 189 219 -
CMYK 0.11 0.14 0 0.14
HSL 252º 0.29% 0.8% -
HSV(B) 252º 0.14% 0.86% -
XYZ 53.49 53.11 74.45 -
YUV 194.21 141.99 128.56 -
System Red Green Blue C M Y K H S L
Decimal 195 189 219 0.11 0.14 0 0.14 252 0.29 0.8
Hex C3 BD DB B E 0 E FC 1D 50
Octal 303 275 333 13 16 0 16 374 35 120
Binary 11000011 10111101 11011011 1011 1110 0 1110 11111100 11101 1010000

Color Harmonies of #C3BDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3BDDB

Black with #C3BDDB

Text Example


Text Example

White with #C3BDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3BDDB; }

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

 H1.HeaderClassName
 {
   color: #C3BDDB;
 }
 .AnyTagClassName
 {
   color: #C3BDDB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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