Html Css Color HEX #C2B3EE Melrose

📋 copy color: '#C2B3EE'

red 194 ◦ green 179 ◦ blue 238

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

Shades of Melrose #C2B3EE

Tints of Melrose #C2B3EE

RGB

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

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

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

R = 31.75%
G = 29.3%
B = 38.95%

CMYK

 C value IS 0.18

 M value IS 0.25

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C2B3EE (or 0xC2B3EE) is known color: Melrose. HEX triplet: C2, B3 and EE. RGB value is (194,179,238). Sum of RGB (Red+Green+Blue) = 194+179+238=611 (80% of max value = 765). Red value is 194 (76.17% from 255 or 31.75% from 611); Green value is 179 (70.31% from 255 or 29.30% from 611); Blue value is 238 (93.36% from 255 or 38.95% from 611); Max value from RGB is 238 - color contains mainly: blue. Hex color #C2B3EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2B3EE is #3D4C11. Grayscale: #BDBDBD. Windows color (decimal): -4017170 or 15643586. OLE color: 15643586.

HSL color Cylindrical-coordinate representation of color #C2B3EE: hue angle of 255.25º 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 #C2B3EE is Cyan = 0.18, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 194 179 238 -
CMYK 0.18 0.25 0 0.07
HSL 255.25º 0.63% 0.82% -
HSV(B) 255.25º 0.25% 0.93% -
XYZ 53.8 49.88 87.68 -
YUV 190.21 154.97 130.7 -
System Red Green Blue C M Y K H S L
Decimal 194 179 238 0.18 0.25 0 0.07 255.25 0.63 0.82
Hex C2 B3 EE 12 19 0 7 FF 3F 52
Octal 302 263 356 22 31 0 7 377 77 122
Binary 11000010 10110011 11101110 10010 11001 0 111 11111111 111111 1010010

Color Harmonies of #C2B3EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B3EE

Black with #C2B3EE

Text Example


Text Example

White with #C2B3EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B3EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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