Html Css Color HEX #C3BBF1 Melrose

📋 copy color: '#C3BBF1'

red 195 ◦ green 187 ◦ blue 241

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

Shades of Melrose #C3BBF1

Tints of Melrose #C3BBF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 38.68%

R = 31.3%
G = 30.02%
B = 38.68%

CMYK

 C value IS 0.19

 M value IS 0.22

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C3BBF1 (or 0xC3BBF1) is known color: Melrose. HEX triplet: C3, BB and F1. RGB value is (195,187,241). Sum of RGB (Red+Green+Blue) = 195+187+241=623 (82% of max value = 765). Red value is 195 (76.56% from 255 or 31.30% from 623); Green value is 187 (73.44% from 255 or 30.02% from 623); Blue value is 241 (94.53% from 255 or 38.68% from 623); Max value from RGB is 241 - color contains mainly: blue. Hex color #C3BBF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3BBF1 is #3C440E. Grayscale: #C3C3C3. Windows color (decimal): -3949583 or 15842243. OLE color: 15842243.

HSL color Cylindrical-coordinate representation of color #C3BBF1: hue angle of 248.89º degrees, saturation: 0.66, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C3BBF1 is Cyan = 0.19, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 195 187 241 -
CMYK 0.19 0.22 0 0.05
HSL 248.89º 0.66% 0.84% -
HSV(B) 248.89º 0.22% 0.95% -
XYZ 56.15 53.49 90.58 -
YUV 195.55 153.65 127.61 -
System Red Green Blue C M Y K H S L
Decimal 195 187 241 0.19 0.22 0 0.05 248.89 0.66 0.84
Hex C3 BB F1 13 16 0 5 F9 42 54
Octal 303 273 361 23 26 0 5 371 102 124
Binary 11000011 10111011 11110001 10011 10110 0 101 11111001 1000010 1010100

Color Harmonies of #C3BBF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3BBF1

Black with #C3BBF1

Text Example


Text Example

White with #C3BBF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3BBF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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