Html Css Color HEX #C2B8EB Melrose

📋 copy color: '#C2B8EB'

red 194 ◦ green 184 ◦ blue 235

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

Shades of Melrose #C2B8EB

Tints of Melrose #C2B8EB

RGB

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

 GREEN value IS 184 (72.27% from 255) = 30.02%

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

R = 31.65%
G = 30.02%
B = 38.34%

CMYK

 C value IS 0.17

 M value IS 0.22

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C2B8EB (or 0xC2B8EB) is known color: Melrose. HEX triplet: C2, B8 and EB. RGB value is (194,184,235). Sum of RGB (Red+Green+Blue) = 194+184+235=613 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.65% from 613); Green value is 184 (72.27% from 255 or 30.02% from 613); Blue value is 235 (92.19% from 255 or 38.34% from 613); Max value from RGB is 235 - color contains mainly: blue. Hex color #C2B8EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2B8EB is #3D4714. Grayscale: #C0C0C0. Windows color (decimal): -4015893 or 15448258. OLE color: 15448258.

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

Color convert

RGB 194 184 235 -
CMYK 0.17 0.22 0 0.08
HSL 251.76º 0.56% 0.82% -
HSV(B) 251.76º 0.22% 0.92% -
XYZ 54.38 51.75 85.72 -
YUV 192.8 151.81 128.85 -
System Red Green Blue C M Y K H S L
Decimal 194 184 235 0.17 0.22 0 0.08 251.76 0.56 0.82
Hex C2 B8 EB 11 16 0 8 FC 38 52
Octal 302 270 353 21 26 0 10 374 70 122
Binary 11000010 10111000 11101011 10001 10110 0 1000 11111100 111000 1010010

Color Harmonies of #C2B8EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B8EB

Black with #C2B8EB

Text Example


Text Example

White with #C2B8EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B8EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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