Html Css Color HEX #C2B0EE Melrose

📋 copy color: '#C2B0EE'

red 194 ◦ green 176 ◦ blue 238

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

Shades of Melrose #C2B0EE

Tints of Melrose #C2B0EE

RGB

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

 GREEN value IS 176 (69.14% from 255) = 28.95%

 BLUE value IS 238 (93.36% from 255) = 39.14%

R = 31.91%
G = 28.95%
B = 39.14%

CMYK

 C value IS 0.18

 M value IS 0.26

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C2B0EE (or 0xC2B0EE) is known color: Melrose. HEX triplet: C2, B0 and EE. RGB value is (194,176,238). Sum of RGB (Red+Green+Blue) = 194+176+238=608 (80% of max value = 765). Red value is 194 (76.17% from 255 or 31.91% from 608); Green value is 176 (69.14% from 255 or 28.95% from 608); Blue value is 238 (93.36% from 255 or 39.14% from 608); Max value from RGB is 238 - color contains mainly: blue. Hex color #C2B0EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C2B0EE is #3D4F11. Grayscale: #BCBCBC. Windows color (decimal): -4017938 or 15642818. OLE color: 15642818.

HSL color Cylindrical-coordinate representation of color #C2B0EE: hue angle of 257.42º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C2B0EE is Cyan = 0.18, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 194 176 238 -
CMYK 0.18 0.26 0 0.07
HSL 257.42º 0.65% 0.81% -
HSV(B) 257.42º 0.26% 0.93% -
XYZ 53.21 48.69 87.48 -
YUV 188.45 155.96 131.96 -
System Red Green Blue C M Y K H S L
Decimal 194 176 238 0.18 0.26 0 0.07 257.42 0.65 0.81
Hex C2 B0 EE 12 1A 0 7 101 41 51
Octal 302 260 356 22 32 0 7 401 101 121
Binary 11000010 10110000 11101110 10010 11010 0 111 100000001 1000001 1010001

Color Harmonies of #C2B0EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B0EE

Black with #C2B0EE

Text Example


Text Example

White with #C2B0EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B0EE; }

 p { color: rgb(194,176,238); }

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

background-color css

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

 a { background-color: rgb(194,176,238); }

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

border-color css

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

 span { border-color: rgb(194,176,238); }

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