Html Css Color HEX #C4B6EE Melrose

📋 copy color: '#C4B6EE'

red 196 ◦ green 182 ◦ blue 238

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

Shades of Melrose #C4B6EE

Tints of Melrose #C4B6EE

RGB

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

 GREEN value IS 182 (71.48% from 255) = 29.55%

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

R = 31.82%
G = 29.55%
B = 38.64%

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

#C4B6EE (or 0xC4B6EE) is known color: Melrose. HEX triplet: C4, B6 and EE. RGB value is (196,182,238). Sum of RGB (Red+Green+Blue) = 196+182+238=616 (81% of max value = 765). Red value is 196 (76.95% from 255 or 31.82% from 616); Green value is 182 (71.48% from 255 or 29.55% from 616); Blue value is 238 (93.36% from 255 or 38.64% from 616); Max value from RGB is 238 - color contains mainly: blue. Hex color #C4B6EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4B6EE is #3B4911. Grayscale: #C0C0C0. Windows color (decimal): -3885330 or 15644356. OLE color: 15644356.

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

Color convert

RGB 196 182 238 -
CMYK 0.18 0.24 0 0.07
HSL 255º 0.62% 0.82% -
HSV(B) 255º 0.24% 0.93% -
XYZ 54.93 51.36 87.91 -
YUV 192.57 153.64 130.45 -
System Red Green Blue C M Y K H S L
Decimal 196 182 238 0.18 0.24 0 0.07 255 0.62 0.82
Hex C4 B6 EE 12 18 0 7 FF 3E 52
Octal 304 266 356 22 30 0 7 377 76 122
Binary 11000100 10110110 11101110 10010 11000 0 111 11111111 111110 1010010

Color Harmonies of #C4B6EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B6EE

Black with #C4B6EE

Text Example


Text Example

White with #C4B6EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B6EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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