Html Css Color HEX #C2BBDF Melrose

📋 copy color: '#C2BBDF'

red 194 ◦ green 187 ◦ blue 223

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

Shades of Melrose #C2BBDF

Tints of Melrose #C2BBDF

RGB

 RED value IS 194 (76.17% from 255) = 32.12%

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

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

R = 32.12%
G = 30.96%
B = 36.92%

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

#C2BBDF (or 0xC2BBDF) is known color: Melrose. HEX triplet: C2, BB and DF. RGB value is (194,187,223). Sum of RGB (Red+Green+Blue) = 194+187+223=604 (80% of max value = 765). Red value is 194 (76.17% from 255 or 32.12% from 604); Green value is 187 (73.44% from 255 or 30.96% from 604); Blue value is 223 (87.5% from 255 or 36.92% from 604); Max value from RGB is 223 - color contains mainly: blue. Hex color #C2BBDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BBDF is #3D4420. Grayscale: #C1C1C1. Windows color (decimal): -4015137 or 14662594. OLE color: 14662594.

HSL color Cylindrical-coordinate representation of color #C2BBDF: hue angle of 251.67º 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 #C2BBDF is Cyan = 0.13, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 194 187 223 -
CMYK 0.13 0.16 0 0.13
HSL 251.67º 0.36% 0.8% -
HSV(B) 251.67º 0.16% 0.87% -
XYZ 53.34 52.34 77.1 -
YUV 193.2 144.82 128.57 -
System Red Green Blue C M Y K H S L
Decimal 194 187 223 0.13 0.16 0 0.13 251.67 0.36 0.8
Hex C2 BB DF D 10 0 D FC 24 50
Octal 302 273 337 15 20 0 15 374 44 120
Binary 11000010 10111011 11011111 1101 10000 0 1101 11111100 100100 1010000

Color Harmonies of #C2BBDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BBDF

Black with #C2BBDF

Text Example


Text Example

White with #C2BBDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BBDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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