Html Css Color HEX #C2B3EB Melrose

📋 copy color: '#C2B3EB'

red 194 ◦ green 179 ◦ blue 235

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

Shades of Melrose #C2B3EB

Tints of Melrose #C2B3EB

RGB

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

 GREEN value IS 179 (70.31% from 255) = 29.44%

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

R = 31.91%
G = 29.44%
B = 38.65%

CMYK

 C value IS 0.17

 M value IS 0.24

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C2B3EB (or 0xC2B3EB) is known color: Melrose. HEX triplet: C2, B3 and EB. RGB value is (194,179,235). Sum of RGB (Red+Green+Blue) = 194+179+235=608 (80% of max value = 765). Red value is 194 (76.17% from 255 or 31.91% from 608); Green value is 179 (70.31% from 255 or 29.44% from 608); Blue value is 235 (92.19% from 255 or 38.65% from 608); Max value from RGB is 235 - color contains mainly: blue. Hex color #C2B3EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2B3EB is #3D4C14. Grayscale: #BDBDBD. Windows color (decimal): -4017173 or 15446978. OLE color: 15446978.

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

Color convert

RGB 194 179 235 -
CMYK 0.17 0.24 0 0.08
HSL 256.07º 0.58% 0.81% -
HSV(B) 256.07º 0.24% 0.92% -
XYZ 53.36 49.71 85.38 -
YUV 189.87 153.47 130.95 -
System Red Green Blue C M Y K H S L
Decimal 194 179 235 0.17 0.24 0 0.08 256.07 0.58 0.81
Hex C2 B3 EB 11 18 0 8 100 3A 51
Octal 302 263 353 21 30 0 10 400 72 121
Binary 11000010 10110011 11101011 10001 11000 0 1000 100000000 111010 1010001

Color Harmonies of #C2B3EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B3EB

Black with #C2B3EB

Text Example


Text Example

White with #C2B3EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B3EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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