Html Css Color HEX #C3B4EE Melrose

📋 copy color: '#C3B4EE'

red 195 ◦ green 180 ◦ blue 238

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

Shades of Melrose #C3B4EE

Tints of Melrose #C3B4EE

RGB

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

 GREEN value IS 180 (70.7% from 255) = 29.36%

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

R = 31.81%
G = 29.36%
B = 38.83%

CMYK

 C value IS 0.18

 M value IS 0.24

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C3B4EE (or 0xC3B4EE) is known color: Melrose. HEX triplet: C3, B4 and EE. RGB value is (195,180,238). Sum of RGB (Red+Green+Blue) = 195+180+238=613 (81% of max value = 765). Red value is 195 (76.56% from 255 or 31.81% from 613); Green value is 180 (70.70% from 255 or 29.36% from 613); Blue value is 238 (93.36% from 255 or 38.83% from 613); Max value from RGB is 238 - color contains mainly: blue. Hex color #C3B4EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3B4EE is #3C4B11. Grayscale: #BEBEBE. Windows color (decimal): -3951378 or 15643843. OLE color: 15643843.

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

Color convert

RGB 195 180 238 -
CMYK 0.18 0.24 0 0.07
HSL 255.52º 0.63% 0.82% -
HSV(B) 255.52º 0.24% 0.93% -
XYZ 54.26 50.42 87.76 -
YUV 191.1 154.47 130.78 -
System Red Green Blue C M Y K H S L
Decimal 195 180 238 0.18 0.24 0 0.07 255.52 0.63 0.82
Hex C3 B4 EE 12 18 0 7 100 3F 52
Octal 303 264 356 22 30 0 7 400 77 122
Binary 11000011 10110100 11101110 10010 11000 0 111 100000000 111111 1010010

Color Harmonies of #C3B4EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3B4EE

Black with #C3B4EE

Text Example


Text Example

White with #C3B4EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3B4EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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