Html Css Color HEX #C3B3EE Melrose

📋 copy color: '#C3B3EE'

red 195 ◦ green 179 ◦ blue 238

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

Shades of Melrose #C3B3EE

Tints of Melrose #C3B3EE

RGB

 RED value IS 195 (76.56% from 255) = 31.86%

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

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

R = 31.86%
G = 29.25%
B = 38.89%

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

#C3B3EE (or 0xC3B3EE) is known color: Melrose. HEX triplet: C3, B3 and EE. RGB value is (195,179,238). Sum of RGB (Red+Green+Blue) = 195+179+238=612 (81% of max value = 765). Red value is 195 (76.56% from 255 or 31.86% from 612); Green value is 179 (70.31% from 255 or 29.25% from 612); Blue value is 238 (93.36% from 255 or 38.89% from 612); Max value from RGB is 238 - color contains mainly: blue. Hex color #C3B3EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3B3EE is #3C4C11. Grayscale: #BEBEBE. Windows color (decimal): -3951634 or 15643587. OLE color: 15643587.

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

Color convert

RGB 195 179 238 -
CMYK 0.18 0.25 0 0.07
HSL 256.27º 0.63% 0.82% -
HSV(B) 256.27º 0.25% 0.93% -
XYZ 54.06 50.02 87.69 -
YUV 190.51 154.8 131.2 -
System Red Green Blue C M Y K H S L
Decimal 195 179 238 0.18 0.25 0 0.07 256.27 0.63 0.82
Hex C3 B3 EE 12 19 0 7 100 3F 52
Octal 303 263 356 22 31 0 7 400 77 122
Binary 11000011 10110011 11101110 10010 11001 0 111 100000000 111111 1010010

Color Harmonies of #C3B3EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3B3EE

Black with #C3B3EE

Text Example


Text Example

White with #C3B3EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3B3EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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