Html Css Color HEX #C4BDDA Melrose

📋 copy color: '#C4BDDA'

red 196 ◦ green 189 ◦ blue 218

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

Shades of Melrose #C4BDDA

Tints of Melrose #C4BDDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 36.15%

R = 32.5%
G = 31.34%
B = 36.15%

CMYK

 C value IS 0.10

 M value IS 0.13

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C4BDDA (or 0xC4BDDA) is known color: Melrose. HEX triplet: C4, BD and DA. RGB value is (196,189,218). Sum of RGB (Red+Green+Blue) = 196+189+218=603 (79% of max value = 765). Red value is 196 (76.95% from 255 or 32.50% from 603); Green value is 189 (74.22% from 255 or 31.34% from 603); Blue value is 218 (85.55% from 255 or 36.15% from 603); Max value from RGB is 218 - color contains mainly: blue. Hex color #C4BDDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4BDDA is #3B4225. Grayscale: #C2C2C2. Windows color (decimal): -3883558 or 14335428. OLE color: 14335428.

HSL color Cylindrical-coordinate representation of color #C4BDDA: hue angle of 254.48º degrees, saturation: 0.28, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C4BDDA is Cyan = 0.10, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 196 189 218 -
CMYK 0.10 0.13 0 0.15
HSL 254.48º 0.28% 0.8% -
HSV(B) 254.48º 0.13% 0.85% -
XYZ 53.62 53.19 73.77 -
YUV 194.4 141.32 129.14 -
System Red Green Blue C M Y K H S L
Decimal 196 189 218 0.10 0.13 0 0.15 254.48 0.28 0.8
Hex C4 BD DA A D 0 F FE 1C 50
Octal 304 275 332 12 15 0 17 376 34 120
Binary 11000100 10111101 11011010 1010 1101 0 1111 11111110 11100 1010000

Color Harmonies of #C4BDDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4BDDA

Black with #C4BDDA

Text Example


Text Example

White with #C4BDDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4BDDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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