Html Css Color HEX #C3BBEA Melrose

📋 copy color: '#C3BBEA'

red 195 ◦ green 187 ◦ blue 234

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

Shades of Melrose #C3BBEA

Tints of Melrose #C3BBEA

RGB

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

 GREEN value IS 187 (73.44% from 255) = 30.36%

 BLUE value IS 234 (91.8% from 255) = 37.99%

R = 31.66%
G = 30.36%
B = 37.99%

CMYK

 C value IS 0.17

 M value IS 0.20

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C3BBEA (or 0xC3BBEA) is known color: Melrose. HEX triplet: C3, BB and EA. RGB value is (195,187,234). Sum of RGB (Red+Green+Blue) = 195+187+234=616 (81% of max value = 765). Red value is 195 (76.56% from 255 or 31.66% from 616); Green value is 187 (73.44% from 255 or 30.36% from 616); Blue value is 234 (91.80% from 255 or 37.99% from 616); Max value from RGB is 234 - color contains mainly: blue. Hex color #C3BBEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3BBEA is #3C4415. Grayscale: #C2C2C2. Windows color (decimal): -3949590 or 15383491. OLE color: 15383491.

HSL color Cylindrical-coordinate representation of color #C3BBEA: hue angle of 250.21º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C3BBEA is Cyan = 0.17, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 195 187 234 -
CMYK 0.17 0.20 0 0.08
HSL 250.21º 0.53% 0.83% -
HSV(B) 250.21º 0.2% 0.92% -
XYZ 55.13 53.08 85.18 -
YUV 194.75 150.15 128.18 -
System Red Green Blue C M Y K H S L
Decimal 195 187 234 0.17 0.20 0 0.08 250.21 0.53 0.83
Hex C3 BB EA 11 14 0 8 FA 35 53
Octal 303 273 352 21 24 0 10 372 65 123
Binary 11000011 10111011 11101010 10001 10100 0 1000 11111010 110101 1010011

Color Harmonies of #C3BBEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3BBEA

Black with #C3BBEA

Text Example


Text Example

White with #C3BBEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3BBEA; }

 p { color: rgb(195,187,234); }

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

background-color css

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

 a { background-color: rgb(195,187,234); }

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

border-color css

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

 span { border-color: rgb(195,187,234); }

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