Html Css Color HEX #C3BEED Melrose

📋 copy color: '#C3BEED'

red 195 ◦ green 190 ◦ blue 237

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

Shades of Melrose #C3BEED

Tints of Melrose #C3BEED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 38.1%

R = 31.35%
G = 30.55%
B = 38.1%

CMYK

 C value IS 0.18

 M value IS 0.20

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C3BEED (or 0xC3BEED) is known color: Melrose. HEX triplet: C3, BE and ED. RGB value is (195,190,237). Sum of RGB (Red+Green+Blue) = 195+190+237=622 (82% of max value = 765). Red value is 195 (76.56% from 255 or 31.35% from 622); Green value is 190 (74.61% from 255 or 30.55% from 622); Blue value is 237 (92.97% from 255 or 38.10% from 622); Max value from RGB is 237 - color contains mainly: blue. Hex color #C3BEED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3BEED is #3C4112. Grayscale: #C4C4C4. Windows color (decimal): -3948819 or 15580867. OLE color: 15580867.

HSL color Cylindrical-coordinate representation of color #C3BEED: hue angle of 246.38º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C3BEED is Cyan = 0.18, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 195 190 237 -
CMYK 0.18 0.20 0 0.07
HSL 246.38º 0.57% 0.84% -
HSV(B) 246.38º 0.2% 0.93% -
XYZ 56.21 54.54 87.69 -
YUV 196.85 150.66 126.68 -
System Red Green Blue C M Y K H S L
Decimal 195 190 237 0.18 0.20 0 0.07 246.38 0.57 0.84
Hex C3 BE ED 12 14 0 7 F6 39 54
Octal 303 276 355 22 24 0 7 366 71 124
Binary 11000011 10111110 11101101 10010 10100 0 111 11110110 111001 1010100

Color Harmonies of #C3BEED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3BEED

Black with #C3BEED

Text Example


Text Example

White with #C3BEED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3BEED; }

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

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

background-color css

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

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

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

border-color css

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

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

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