Html Css Color HEX #C7C2DB Melrose

📋 copy color: '#C7C2DB'

red 199 ◦ green 194 ◦ blue 219

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

Shades of Melrose #C7C2DB

Tints of Melrose #C7C2DB

RGB

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

 GREEN value IS 194 (76.17% from 255) = 31.7%

 BLUE value IS 219 (85.94% from 255) = 35.78%

R = 32.52%
G = 31.7%
B = 35.78%

CMYK

 C value IS 0.09

 M value IS 0.11

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C7C2DB (or 0xC7C2DB) is known color: Melrose. HEX triplet: C7, C2 and DB. RGB value is (199,194,219). Sum of RGB (Red+Green+Blue) = 199+194+219=612 (81% of max value = 765). Red value is 199 (78.12% from 255 or 32.52% from 612); Green value is 194 (76.17% from 255 or 31.70% from 612); Blue value is 219 (85.94% from 255 or 35.78% from 612); Max value from RGB is 219 - color contains mainly: blue. Hex color #C7C2DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7C2DB is #383D24. Grayscale: #C6C6C6. Windows color (decimal): -3685669 or 14402247. OLE color: 14402247.

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

Color convert

RGB 199 194 219 -
CMYK 0.09 0.11 0 0.14
HSL 252º 0.26% 0.81% -
HSV(B) 252º 0.11% 0.86% -
XYZ 55.63 55.84 74.86 -
YUV 198.35 139.66 128.47 -
System Red Green Blue C M Y K H S L
Decimal 199 194 219 0.09 0.11 0 0.14 252 0.26 0.81
Hex C7 C2 DB 9 B 0 E FC 1A 51
Octal 307 302 333 11 13 0 16 374 32 121
Binary 11000111 11000010 11011011 1001 1011 0 1110 11111100 11010 1010001

Color Harmonies of #C7C2DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7C2DB

Black with #C7C2DB

Text Example


Text Example

White with #C7C2DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7C2DB; }

 p { color: rgb(199,194,219); }

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

background-color css

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

 a { background-color: rgb(199,194,219); }

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

border-color css

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

 span { border-color: rgb(199,194,219); }

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