Html Css Color HEX #C1B0EA Melrose

📋 copy color: '#C1B0EA'

red 193 ◦ green 176 ◦ blue 234

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

Shades of Melrose #C1B0EA

Tints of Melrose #C1B0EA

RGB

 RED value IS 193 (75.78% from 255) = 32.01%

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

 BLUE value IS 234 (91.8% from 255) = 38.81%

R = 32.01%
G = 29.19%
B = 38.81%

CMYK

 C value IS 0.18

 M value IS 0.25

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C1B0EA (or 0xC1B0EA) is known color: Melrose. HEX triplet: C1, B0 and EA. RGB value is (193,176,234). Sum of RGB (Red+Green+Blue) = 193+176+234=603 (79% of max value = 765). Red value is 193 (75.78% from 255 or 32.01% from 603); Green value is 176 (69.14% from 255 or 29.19% from 603); Blue value is 234 (91.80% from 255 or 38.81% from 603); Max value from RGB is 234 - color contains mainly: blue. Hex color #C1B0EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C1B0EA is #3E4F15. Grayscale: #BBBBBB. Windows color (decimal): -4083478 or 15380673. OLE color: 15380673.

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

Color convert

RGB 193 176 234 -
CMYK 0.18 0.25 0 0.08
HSL 257.59º 0.58% 0.8% -
HSV(B) 257.59º 0.25% 0.92% -
XYZ 52.37 48.33 84.41 -
YUV 187.7 154.13 131.78 -
System Red Green Blue C M Y K H S L
Decimal 193 176 234 0.18 0.25 0 0.08 257.59 0.58 0.8
Hex C1 B0 EA 12 19 0 8 102 3A 50
Octal 301 260 352 22 31 0 10 402 72 120
Binary 11000001 10110000 11101010 10010 11001 0 1000 100000010 111010 1010000

Color Harmonies of #C1B0EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1B0EA

Black with #C1B0EA

Text Example


Text Example

White with #C1B0EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1B0EA; }

 p { color: rgb(193,176,234); }

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

background-color css

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

 a { background-color: rgb(193,176,234); }

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

border-color css

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

 span { border-color: rgb(193,176,234); }

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