Html Css Color HEX #C4BDDC Melrose

📋 copy color: '#C4BDDC'

red 196 ◦ green 189 ◦ blue 220

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

Shades of Melrose #C4BDDC

Tints of Melrose #C4BDDC

RGB

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

 GREEN value IS 189 (74.22% from 255) = 31.24%

 BLUE value IS 220 (86.33% from 255) = 36.36%

R = 32.4%
G = 31.24%
B = 36.36%

CMYK

 C value IS 0.11

 M value IS 0.14

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C4BDDC (or 0xC4BDDC) is known color: Melrose. HEX triplet: C4, BD and DC. RGB value is (196,189,220). Sum of RGB (Red+Green+Blue) = 196+189+220=605 (80% of max value = 765). Red value is 196 (76.95% from 255 or 32.40% from 605); Green value is 189 (74.22% from 255 or 31.24% from 605); Blue value is 220 (86.33% from 255 or 36.36% from 605); Max value from RGB is 220 - color contains mainly: blue. Hex color #C4BDDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4BDDC is #3B4223. Grayscale: #C2C2C2. Windows color (decimal): -3883556 or 14466500. OLE color: 14466500.

HSL color Cylindrical-coordinate representation of color #C4BDDC: hue angle of 253.55º degrees, saturation: 0.31, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C4BDDC is Cyan = 0.11, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 196 189 220 -
CMYK 0.11 0.14 0 0.14
HSL 253.55º 0.31% 0.8% -
HSV(B) 253.55º 0.14% 0.86% -
XYZ 53.88 53.3 75.16 -
YUV 194.63 142.32 128.98 -
System Red Green Blue C M Y K H S L
Decimal 196 189 220 0.11 0.14 0 0.14 253.55 0.31 0.8
Hex C4 BD DC B E 0 E FE 1F 50
Octal 304 275 334 13 16 0 16 376 37 120
Binary 11000100 10111101 11011100 1011 1110 0 1110 11111110 11111 1010000

Color Harmonies of #C4BDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4BDDC

Black with #C4BDDC

Text Example


Text Example

White with #C4BDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4BDDC; }

 p { color: rgb(196,189,220); }

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

background-color css

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

 a { background-color: rgb(196,189,220); }

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

border-color css

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

 span { border-color: rgb(196,189,220); }

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