Html Css Color HEX #C4B4F3 Melrose

📋 copy color: '#C4B4F3'

red 196 ◦ green 180 ◦ blue 243

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

Shades of Melrose #C4B4F3

Tints of Melrose #C4B4F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 39.26%

R = 31.66%
G = 29.08%
B = 39.26%

CMYK

 C value IS 0.19

 M value IS 0.26

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C4B4F3 (or 0xC4B4F3) is known color: Melrose. HEX triplet: C4, B4 and F3. RGB value is (196,180,243). Sum of RGB (Red+Green+Blue) = 196+180+243=619 (81% of max value = 765). Red value is 196 (76.95% from 255 or 31.66% from 619); Green value is 180 (70.70% from 255 or 29.08% from 619); Blue value is 243 (95.31% from 255 or 39.26% from 619); Max value from RGB is 243 - color contains mainly: blue. Hex color #C4B4F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4B4F3 is #3B4B0C. Grayscale: #BFBFBF. Windows color (decimal): -3885837 or 15971524. OLE color: 15971524.

HSL color Cylindrical-coordinate representation of color #C4B4F3: hue angle of 255.24º degrees, saturation: 0.72, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C4B4F3 is Cyan = 0.19, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 196 180 243 -
CMYK 0.19 0.26 0 0.05
HSL 255.24º 0.72% 0.83% -
HSV(B) 255.24º 0.26% 0.95% -
XYZ 55.26 50.85 91.7 -
YUV 191.97 156.8 130.88 -
System Red Green Blue C M Y K H S L
Decimal 196 180 243 0.19 0.26 0 0.05 255.24 0.72 0.83
Hex C4 B4 F3 13 1A 0 5 FF 48 53
Octal 304 264 363 23 32 0 5 377 110 123
Binary 11000100 10110100 11110011 10011 11010 0 101 11111111 1001000 1010011

Color Harmonies of #C4B4F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B4F3

Black with #C4B4F3

Text Example


Text Example

White with #C4B4F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B4F3; }

 p { color: rgb(196,180,243); }

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

background-color css

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

 a { background-color: rgb(196,180,243); }

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

border-color css

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

 span { border-color: rgb(196,180,243); }

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