Html Css Color HEX #C7BEDF Melrose

📋 copy color: '#C7BEDF'

red 199 ◦ green 190 ◦ blue 223

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

Shades of Melrose #C7BEDF

Tints of Melrose #C7BEDF

RGB

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

 GREEN value IS 190 (74.61% from 255) = 31.05%

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

R = 32.52%
G = 31.05%
B = 36.44%

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

#C7BEDF (or 0xC7BEDF) is known color: Melrose. HEX triplet: C7, BE and DF. RGB value is (199,190,223). Sum of RGB (Red+Green+Blue) = 199+190+223=612 (81% of max value = 765). Red value is 199 (78.12% from 255 or 32.52% from 612); Green value is 190 (74.61% from 255 or 31.05% from 612); Blue value is 223 (87.5% from 255 or 36.44% from 612); Max value from RGB is 223 - color contains mainly: blue. Hex color #C7BEDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7BEDF is #384120. Grayscale: #C4C4C4. Windows color (decimal): -3686689 or 14663367. OLE color: 14663367.

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

Color convert

RGB 199 190 223 -
CMYK 0.11 0.15 0 0.13
HSL 256.36º 0.34% 0.81% -
HSV(B) 256.36º 0.15% 0.87% -
XYZ 55.29 54.3 77.38 -
YUV 196.45 142.98 129.82 -
System Red Green Blue C M Y K H S L
Decimal 199 190 223 0.11 0.15 0 0.13 256.36 0.34 0.81
Hex C7 BE DF B F 0 D 100 22 51
Octal 307 276 337 13 17 0 15 400 42 121
Binary 11000111 10111110 11011111 1011 1111 0 1101 100000000 100010 1010001

Color Harmonies of #C7BEDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7BEDF

Black with #C7BEDF

Text Example


Text Example

White with #C7BEDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7BEDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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