Html Css Color HEX #C3BBDF Melrose

📋 copy color: '#C3BBDF'

red 195 ◦ green 187 ◦ blue 223

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

Shades of Melrose #C3BBDF

Tints of Melrose #C3BBDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 36.86%

R = 32.23%
G = 30.91%
B = 36.86%

CMYK

 C value IS 0.13

 M value IS 0.16

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C3BBDF (or 0xC3BBDF) is known color: Melrose. HEX triplet: C3, BB and DF. RGB value is (195,187,223). Sum of RGB (Red+Green+Blue) = 195+187+223=605 (80% of max value = 765). Red value is 195 (76.56% from 255 or 32.23% from 605); Green value is 187 (73.44% from 255 or 30.91% from 605); Blue value is 223 (87.5% from 255 or 36.86% from 605); Max value from RGB is 223 - color contains mainly: blue. Hex color #C3BBDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3BBDF is #3C4420. Grayscale: #C1C1C1. Windows color (decimal): -3949601 or 14662595. OLE color: 14662595.

HSL color Cylindrical-coordinate representation of color #C3BBDF: hue angle of 253.33º degrees, saturation: 0.36, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C3BBDF is Cyan = 0.13, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 195 187 223 -
CMYK 0.13 0.16 0 0.13
HSL 253.33º 0.36% 0.8% -
HSV(B) 253.33º 0.16% 0.87% -
XYZ 53.6 52.47 77.12 -
YUV 193.5 144.65 129.07 -
System Red Green Blue C M Y K H S L
Decimal 195 187 223 0.13 0.16 0 0.13 253.33 0.36 0.8
Hex C3 BB DF D 10 0 D FD 24 50
Octal 303 273 337 15 20 0 15 375 44 120
Binary 11000011 10111011 11011111 1101 10000 0 1101 11111101 100100 1010000

Color Harmonies of #C3BBDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3BBDF

Black with #C3BBDF

Text Example


Text Example

White with #C3BBDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3BBDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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