Html Css Color HEX #C3BEEF Melrose

📋 copy color: '#C3BEEF'

red 195 ◦ green 190 ◦ blue 239

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

Shades of Melrose #C3BEEF

Tints of Melrose #C3BEEF

RGB

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

 GREEN value IS 190 (74.61% from 255) = 30.45%

 BLUE value IS 239 (93.75% from 255) = 38.3%

R = 31.25%
G = 30.45%
B = 38.3%

CMYK

 C value IS 0.18

 M value IS 0.21

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C3BEEF (or 0xC3BEEF) is known color: Melrose. HEX triplet: C3, BE and EF. RGB value is (195,190,239). Sum of RGB (Red+Green+Blue) = 195+190+239=624 (82% of max value = 765). Red value is 195 (76.56% from 255 or 31.25% from 624); Green value is 190 (74.61% from 255 or 30.45% from 624); Blue value is 239 (93.75% from 255 or 38.30% from 624); Max value from RGB is 239 - color contains mainly: blue. Hex color #C3BEEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3BEEF is #3C4110. Grayscale: #C4C4C4. Windows color (decimal): -3948817 or 15711939. OLE color: 15711939.

HSL color Cylindrical-coordinate representation of color #C3BEEF: hue angle of 246.12º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C3BEEF is Cyan = 0.18, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 195 190 239 -
CMYK 0.18 0.21 0 0.06
HSL 246.12º 0.6% 0.84% -
HSV(B) 246.12º 0.21% 0.94% -
XYZ 56.5 54.66 89.23 -
YUV 197.08 151.66 126.52 -
System Red Green Blue C M Y K H S L
Decimal 195 190 239 0.18 0.21 0 0.06 246.12 0.6 0.84
Hex C3 BE EF 12 15 0 6 F6 3C 54
Octal 303 276 357 22 25 0 6 366 74 124
Binary 11000011 10111110 11101111 10010 10101 0 110 11110110 111100 1010100

Color Harmonies of #C3BEEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3BEEF

Black with #C3BEEF

Text Example


Text Example

White with #C3BEEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3BEEF; }

 p { color: rgb(195,190,239); }

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

background-color css

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

 a { background-color: rgb(195,190,239); }

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

border-color css

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

 span { border-color: rgb(195,190,239); }

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