Html Css Color HEX #C2B1EB Melrose

📋 copy color: '#C2B1EB'

red 194 ◦ green 177 ◦ blue 235

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

Shades of Melrose #C2B1EB

Tints of Melrose #C2B1EB

RGB

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

 GREEN value IS 177 (69.53% from 255) = 29.21%

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

R = 32.01%
G = 29.21%
B = 38.78%

CMYK

 C value IS 0.17

 M value IS 0.25

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C2B1EB (or 0xC2B1EB) is known color: Melrose. HEX triplet: C2, B1 and EB. RGB value is (194,177,235). Sum of RGB (Red+Green+Blue) = 194+177+235=606 (80% of max value = 765). Red value is 194 (76.17% from 255 or 32.01% from 606); Green value is 177 (69.53% from 255 or 29.21% from 606); Blue value is 235 (92.19% from 255 or 38.78% from 606); Max value from RGB is 235 - color contains mainly: blue. Hex color #C2B1EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C2B1EB is #3D4E14. Grayscale: #BCBCBC. Windows color (decimal): -4017685 or 15446466. OLE color: 15446466.

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

Color convert

RGB 194 177 235 -
CMYK 0.17 0.25 0 0.08
HSL 257.59º 0.59% 0.81% -
HSV(B) 257.59º 0.25% 0.92% -
XYZ 52.97 48.91 85.25 -
YUV 188.7 154.13 131.78 -
System Red Green Blue C M Y K H S L
Decimal 194 177 235 0.17 0.25 0 0.08 257.59 0.59 0.81
Hex C2 B1 EB 11 19 0 8 102 3B 51
Octal 302 261 353 21 31 0 10 402 73 121
Binary 11000010 10110001 11101011 10001 11001 0 1000 100000010 111011 1010001

Color Harmonies of #C2B1EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B1EB

Black with #C2B1EB

Text Example


Text Example

White with #C2B1EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B1EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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