Html Css Color HEX #C3BBEC Melrose

📋 copy color: '#C3BBEC'

red 195 ◦ green 187 ◦ blue 236

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

Shades of Melrose #C3BBEC

Tints of Melrose #C3BBEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 38.19%

R = 31.55%
G = 30.26%
B = 38.19%

CMYK

 C value IS 0.17

 M value IS 0.21

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C3BBEC (or 0xC3BBEC) is known color: Melrose. HEX triplet: C3, BB and EC. RGB value is (195,187,236). Sum of RGB (Red+Green+Blue) = 195+187+236=618 (81% of max value = 765). Red value is 195 (76.56% from 255 or 31.55% from 618); Green value is 187 (73.44% from 255 or 30.26% from 618); Blue value is 236 (92.58% from 255 or 38.19% from 618); Max value from RGB is 236 - color contains mainly: blue. Hex color #C3BBEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3BBEC is #3C4413. Grayscale: #C2C2C2. Windows color (decimal): -3949588 or 15514563. OLE color: 15514563.

HSL color Cylindrical-coordinate representation of color #C3BBEC: hue angle of 249.8º degrees, saturation: 0.56, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C3BBEC is Cyan = 0.17, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 195 187 236 -
CMYK 0.17 0.21 0 0.07
HSL 249.8º 0.56% 0.83% -
HSV(B) 249.8º 0.21% 0.93% -
XYZ 55.42 53.2 86.7 -
YUV 194.98 151.15 128.02 -
System Red Green Blue C M Y K H S L
Decimal 195 187 236 0.17 0.21 0 0.07 249.8 0.56 0.83
Hex C3 BB EC 11 15 0 7 FA 38 53
Octal 303 273 354 21 25 0 7 372 70 123
Binary 11000011 10111011 11101100 10001 10101 0 111 11111010 111000 1010011

Color Harmonies of #C3BBEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3BBEC

Black with #C3BBEC

Text Example


Text Example

White with #C3BBEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3BBEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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