Html Css Color HEX #C3BED8 Melrose

📋 copy color: '#C3BED8'

red 195 ◦ green 190 ◦ blue 216

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

Shades of Melrose #C3BED8

Tints of Melrose #C3BED8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 35.94%

R = 32.45%
G = 31.61%
B = 35.94%

CMYK

 C value IS 0.10

 M value IS 0.12

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C3BED8 (or 0xC3BED8) is known color: Melrose. HEX triplet: C3, BE and D8. RGB value is (195,190,216). Sum of RGB (Red+Green+Blue) = 195+190+216=601 (79% of max value = 765). Red value is 195 (76.56% from 255 or 32.45% from 601); Green value is 190 (74.61% from 255 or 31.61% from 601); Blue value is 216 (84.77% from 255 or 35.94% from 601); Max value from RGB is 216 - color contains mainly: blue. Hex color #C3BED8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3BED8 is #3C4127. Grayscale: #C2C2C2. Windows color (decimal): -3948840 or 14204611. OLE color: 14204611.

HSL color Cylindrical-coordinate representation of color #C3BED8: hue angle of 251.54º degrees, saturation: 0.25, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C3BED8 is Cyan = 0.10, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 195 190 216 -
CMYK 0.10 0.12 0 0.15
HSL 251.54º 0.25% 0.8% -
HSV(B) 251.54º 0.12% 0.85% -
XYZ 53.31 53.39 72.46 -
YUV 194.46 140.16 128.39 -
System Red Green Blue C M Y K H S L
Decimal 195 190 216 0.10 0.12 0 0.15 251.54 0.25 0.8
Hex C3 BE D8 A C 0 F FC 19 50
Octal 303 276 330 12 14 0 17 374 31 120
Binary 11000011 10111110 11011000 1010 1100 0 1111 11111100 11001 1010000

Color Harmonies of #C3BED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3BED8

Black with #C3BED8

Text Example


Text Example

White with #C3BED8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3BED8; }

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

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

background-color css

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

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

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

border-color css

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

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

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