Html Css Color HEX #C4B1EE Melrose

📋 copy color: '#C4B1EE'

red 196 ◦ green 177 ◦ blue 238

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

Shades of Melrose #C4B1EE

Tints of Melrose #C4B1EE

RGB

 RED value IS 196 (76.95% from 255) = 32.08%

 GREEN value IS 177 (69.53% from 255) = 28.97%

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

R = 32.08%
G = 28.97%
B = 38.95%

CMYK

 C value IS 0.18

 M value IS 0.26

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C4B1EE (or 0xC4B1EE) is known color: Melrose. HEX triplet: C4, B1 and EE. RGB value is (196,177,238). Sum of RGB (Red+Green+Blue) = 196+177+238=611 (80% of max value = 765). Red value is 196 (76.95% from 255 or 32.08% from 611); Green value is 177 (69.53% from 255 or 28.97% 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 #C4B1EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C4B1EE is #3B4E11. Grayscale: #BDBDBD. Windows color (decimal): -3886610 or 15643076. OLE color: 15643076.

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

Color convert

RGB 196 177 238 -
CMYK 0.18 0.26 0 0.07
HSL 258.69º 0.64% 0.81% -
HSV(B) 258.69º 0.26% 0.93% -
XYZ 53.92 49.35 87.57 -
YUV 189.64 155.29 132.54 -
System Red Green Blue C M Y K H S L
Decimal 196 177 238 0.18 0.26 0 0.07 258.69 0.64 0.81
Hex C4 B1 EE 12 1A 0 7 103 40 51
Octal 304 261 356 22 32 0 7 403 100 121
Binary 11000100 10110001 11101110 10010 11010 0 111 100000011 1000000 1010001

Color Harmonies of #C4B1EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B1EE

Black with #C4B1EE

Text Example


Text Example

White with #C4B1EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B1EE; }

 p { color: rgb(196,177,238); }

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

background-color css

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

 a { background-color: rgb(196,177,238); }

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

border-color css

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

 span { border-color: rgb(196,177,238); }

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