Html Css Color HEX #C7BDDA Melrose

📋 copy color: '#C7BDDA'

red 199 ◦ green 189 ◦ blue 218

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

Shades of Melrose #C7BDDA

Tints of Melrose #C7BDDA

RGB

 RED value IS 199 (78.13% from 255) = 32.84%

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

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

R = 32.84%
G = 31.19%
B = 35.97%

CMYK

 C value IS 0.09

 M value IS 0.13

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C7BDDA (or 0xC7BDDA) is known color: Melrose. HEX triplet: C7, BD and DA. RGB value is (199,189,218). Sum of RGB (Red+Green+Blue) = 199+189+218=606 (80% of max value = 765). Red value is 199 (78.12% from 255 or 32.84% from 606); Green value is 189 (74.22% from 255 or 31.19% from 606); Blue value is 218 (85.55% from 255 or 35.97% from 606); Max value from RGB is 218 - color contains mainly: blue. Hex color #C7BDDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7BDDA is #384225. Grayscale: #C3C3C3. Windows color (decimal): -3686950 or 14335431. OLE color: 14335431.

HSL color Cylindrical-coordinate representation of color #C7BDDA: hue angle of 260.69º 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 #C7BDDA is Cyan = 0.09, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 199 189 218 -
CMYK 0.09 0.13 0 0.15
HSL 260.69º 0.28% 0.8% -
HSV(B) 260.69º 0.13% 0.85% -
XYZ 54.41 53.6 73.81 -
YUV 195.3 140.81 130.64 -
System Red Green Blue C M Y K H S L
Decimal 199 189 218 0.09 0.13 0 0.15 260.69 0.28 0.8
Hex C7 BD DA 9 D 0 F 105 1C 50
Octal 307 275 332 11 15 0 17 405 34 120
Binary 11000111 10111101 11011010 1001 1101 0 1111 100000101 11100 1010000

Color Harmonies of #C7BDDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7BDDA

Black with #C7BDDA

Text Example


Text Example

White with #C7BDDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7BDDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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