Html Css Color HEX #C2B9EB Melrose

📋 copy color: '#C2B9EB'

red 194 ◦ green 185 ◦ blue 235

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

Shades of Melrose #C2B9EB

Tints of Melrose #C2B9EB

RGB

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

 GREEN value IS 185 (72.66% from 255) = 30.13%

 BLUE value IS 235 (92.19% from 255) = 38.27%

R = 31.6%
G = 30.13%
B = 38.27%

CMYK

 C value IS 0.17

 M value IS 0.21

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C2B9EB (or 0xC2B9EB) is known color: Melrose. HEX triplet: C2, B9 and EB. RGB value is (194,185,235). Sum of RGB (Red+Green+Blue) = 194+185+235=614 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.60% from 614); Green value is 185 (72.66% from 255 or 30.13% from 614); Blue value is 235 (92.19% from 255 or 38.27% from 614); Max value from RGB is 235 - color contains mainly: blue. Hex color #C2B9EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2B9EB is #3D4614. Grayscale: #C1C1C1. Windows color (decimal): -4015637 or 15448514. OLE color: 15448514.

HSL color Cylindrical-coordinate representation of color #C2B9EB: hue angle of 250.8º degrees, saturation: 0.56, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C2B9EB is Cyan = 0.17, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 194 185 235 -
CMYK 0.17 0.21 0 0.08
HSL 250.8º 0.56% 0.82% -
HSV(B) 250.8º 0.21% 0.92% -
XYZ 54.59 52.17 85.79 -
YUV 193.39 151.48 128.43 -
System Red Green Blue C M Y K H S L
Decimal 194 185 235 0.17 0.21 0 0.08 250.8 0.56 0.82
Hex C2 B9 EB 11 15 0 8 FB 38 52
Octal 302 271 353 21 25 0 10 373 70 122
Binary 11000010 10111001 11101011 10001 10101 0 1000 11111011 111000 1010010

Color Harmonies of #C2B9EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B9EB

Black with #C2B9EB

Text Example


Text Example

White with #C2B9EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B9EB; }

 p { color: rgb(194,185,235); }

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

background-color css

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

 a { background-color: rgb(194,185,235); }

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

border-color css

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

 span { border-color: rgb(194,185,235); }

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