Html Css Color HEX #C2B3FB Melrose

📋 copy color: '#C2B3FB'

red 194 ◦ green 179 ◦ blue 251

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

Shades of Melrose #C2B3FB

Tints of Melrose #C2B3FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 40.22%

R = 31.09%
G = 28.69%
B = 40.22%

CMYK

 C value IS 0.23

 M value IS 0.29

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C2B3FB (or 0xC2B3FB) is known color: Melrose. HEX triplet: C2, B3 and FB. RGB value is (194,179,251). Sum of RGB (Red+Green+Blue) = 194+179+251=624 (82% of max value = 765). Red value is 194 (76.17% from 255 or 31.09% from 624); Green value is 179 (70.31% from 255 or 28.69% from 624); Blue value is 251 (98.44% from 255 or 40.22% from 624); Max value from RGB is 251 - color contains mainly: blue. Hex color #C2B3FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2B3FB is #3D4C04. Grayscale: #BFBFBF. Windows color (decimal): -4017157 or 16495554. OLE color: 16495554.

HSL color Cylindrical-coordinate representation of color #C2B3FB: hue angle of 252.5º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C2B3FB is Cyan = 0.23, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 194 179 251 -
CMYK 0.23 0.29 0 0.02
HSL 252.5º 0.9% 0.84% -
HSV(B) 252.5º 0.29% 0.98% -
XYZ 55.78 50.67 98.11 -
YUV 191.69 161.47 129.65 -
System Red Green Blue C M Y K H S L
Decimal 194 179 251 0.23 0.29 0 0.02 252.5 0.9 0.84
Hex C2 B3 FB 17 1D 0 2 FD 5A 54
Octal 302 263 373 27 35 0 2 375 132 124
Binary 11000010 10110011 11111011 10111 11101 0 10 11111101 1011010 1010100

Color Harmonies of #C2B3FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B3FB

Black with #C2B3FB

Text Example


Text Example

White with #C2B3FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B3FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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