Html Css Color HEX #C7BDDF Melrose

📋 copy color: '#C7BDDF'

red 199 ◦ green 189 ◦ blue 223

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

Shades of Melrose #C7BDDF

Tints of Melrose #C7BDDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 36.5%

R = 32.57%
G = 30.93%
B = 36.5%

CMYK

 C value IS 0.11

 M value IS 0.15

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C7BDDF (or 0xC7BDDF) is known color: Melrose. HEX triplet: C7, BD and DF. RGB value is (199,189,223). Sum of RGB (Red+Green+Blue) = 199+189+223=611 (80% of max value = 765). Red value is 199 (78.12% from 255 or 32.57% from 611); Green value is 189 (74.22% from 255 or 30.93% from 611); Blue value is 223 (87.5% from 255 or 36.50% from 611); Max value from RGB is 223 - color contains mainly: blue. Hex color #C7BDDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7BDDF is #384220. Grayscale: #C3C3C3. Windows color (decimal): -3686945 or 14663111. OLE color: 14663111.

HSL color Cylindrical-coordinate representation of color #C7BDDF: hue angle of 257.65º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C7BDDF is Cyan = 0.11, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 199 189 223 -
CMYK 0.11 0.15 0 0.13
HSL 257.65º 0.35% 0.81% -
HSV(B) 257.65º 0.15% 0.87% -
XYZ 55.07 53.87 77.31 -
YUV 195.87 143.31 130.24 -
System Red Green Blue C M Y K H S L
Decimal 199 189 223 0.11 0.15 0 0.13 257.65 0.35 0.81
Hex C7 BD DF B F 0 D 102 23 51
Octal 307 275 337 13 17 0 15 402 43 121
Binary 11000111 10111101 11011111 1011 1111 0 1101 100000010 100011 1010001

Color Harmonies of #C7BDDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7BDDF

Black with #C7BDDF

Text Example


Text Example

White with #C7BDDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7BDDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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