Html Css Color HEX #C7C0DF Melrose

📋 copy color: '#C7C0DF'

red 199 ◦ green 192 ◦ blue 223

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

Shades of Melrose #C7C0DF

Tints of Melrose #C7C0DF

RGB

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

 GREEN value IS 192 (75.39% from 255) = 31.27%

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

R = 32.41%
G = 31.27%
B = 36.32%

CMYK

 C value IS 0.11

 M value IS 0.14

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C7C0DF (or 0xC7C0DF) is known color: Melrose. HEX triplet: C7, C0 and DF. RGB value is (199,192,223). Sum of RGB (Red+Green+Blue) = 199+192+223=614 (81% of max value = 765). Red value is 199 (78.12% from 255 or 32.41% from 614); Green value is 192 (75.39% from 255 or 31.27% from 614); Blue value is 223 (87.5% from 255 or 36.32% from 614); Max value from RGB is 223 - color contains mainly: blue. Hex color #C7C0DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7C0DF is #383F20. Grayscale: #C5C5C5. Windows color (decimal): -3686177 or 14663879. OLE color: 14663879.

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

Color convert

RGB 199 192 223 -
CMYK 0.11 0.14 0 0.13
HSL 253.55º 0.33% 0.81% -
HSV(B) 253.55º 0.14% 0.87% -
XYZ 55.72 55.17 77.52 -
YUV 197.63 142.32 128.98 -
System Red Green Blue C M Y K H S L
Decimal 199 192 223 0.11 0.14 0 0.13 253.55 0.33 0.81
Hex C7 C0 DF B E 0 D FE 21 51
Octal 307 300 337 13 16 0 15 376 41 121
Binary 11000111 11000000 11011111 1011 1110 0 1101 11111110 100001 1010001

Color Harmonies of #C7C0DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7C0DF

Black with #C7C0DF

Text Example


Text Example

White with #C7C0DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7C0DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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