Html Css Color HEX #C1B3EE Melrose

📋 copy color: '#C1B3EE'

red 193 ◦ green 179 ◦ blue 238

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

Shades of Melrose #C1B3EE

Tints of Melrose #C1B3EE

RGB

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

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

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

R = 31.64%
G = 29.34%
B = 39.02%

CMYK

 C value IS 0.19

 M value IS 0.25

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C1B3EE (or 0xC1B3EE) is known color: Melrose. HEX triplet: C1, B3 and EE. RGB value is (193,179,238). Sum of RGB (Red+Green+Blue) = 193+179+238=610 (80% of max value = 765). Red value is 193 (75.78% from 255 or 31.64% from 610); Green value is 179 (70.31% from 255 or 29.34% from 610); Blue value is 238 (93.36% from 255 or 39.02% from 610); Max value from RGB is 238 - color contains mainly: blue. Hex color #C1B3EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1B3EE is #3E4C11. Grayscale: #BDBDBD. Windows color (decimal): -4082706 or 15643585. OLE color: 15643585.

HSL color Cylindrical-coordinate representation of color #C1B3EE: hue angle of 254.24º degrees, saturation: 0.63, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C1B3EE is Cyan = 0.19, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 193 179 238 -
CMYK 0.19 0.25 0 0.07
HSL 254.24º 0.63% 0.82% -
HSV(B) 254.24º 0.25% 0.93% -
XYZ 53.55 49.75 87.67 -
YUV 189.91 155.14 130.2 -
System Red Green Blue C M Y K H S L
Decimal 193 179 238 0.19 0.25 0 0.07 254.24 0.63 0.82
Hex C1 B3 EE 13 19 0 7 FE 3F 52
Octal 301 263 356 23 31 0 7 376 77 122
Binary 11000001 10110011 11101110 10011 11001 0 111 11111110 111111 1010010

Color Harmonies of #C1B3EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1B3EE

Black with #C1B3EE

Text Example


Text Example

White with #C1B3EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1B3EE; }

 p { color: rgb(193,179,238); }

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

background-color css

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

 a { background-color: rgb(193,179,238); }

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

border-color css

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

 span { border-color: rgb(193,179,238); }

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