Html Css Color HEX #C2BBD8 Melrose

📋 copy color: '#C2BBD8'

red 194 ◦ green 187 ◦ blue 216

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

Shades of Melrose #C2BBD8

Tints of Melrose #C2BBD8

RGB

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

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

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

R = 32.5%
G = 31.32%
B = 36.18%

CMYK

 C value IS 0.10

 M value IS 0.13

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C2BBD8 (or 0xC2BBD8) is known color: Melrose. HEX triplet: C2, BB and D8. RGB value is (194,187,216). Sum of RGB (Red+Green+Blue) = 194+187+216=597 (79% of max value = 765). Red value is 194 (76.17% from 255 or 32.50% from 597); Green value is 187 (73.44% from 255 or 31.32% from 597); Blue value is 216 (84.77% from 255 or 36.18% from 597); Max value from RGB is 216 - color contains mainly: blue. Hex color #C2BBD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BBD8 is #3D4427. Grayscale: #C0C0C0. Windows color (decimal): -4015144 or 14203842. OLE color: 14203842.

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

Color convert

RGB 194 187 216 -
CMYK 0.10 0.13 0 0.15
HSL 254.48º 0.27% 0.79% -
HSV(B) 254.48º 0.13% 0.85% -
XYZ 52.41 51.97 72.23 -
YUV 192.4 141.32 129.14 -
System Red Green Blue C M Y K H S L
Decimal 194 187 216 0.10 0.13 0 0.15 254.48 0.27 0.79
Hex C2 BB D8 A D 0 F FE 1B 4F
Octal 302 273 330 12 15 0 17 376 33 117
Binary 11000010 10111011 11011000 1010 1101 0 1111 11111110 11011 1001111

Color Harmonies of #C2BBD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BBD8

Black with #C2BBD8

Text Example


Text Example

White with #C2BBD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BBD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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