Html Css Color HEX #C7BEEE Melrose

📋 copy color: '#C7BEEE'

red 199 ◦ green 190 ◦ blue 238

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

Shades of Melrose #C7BEEE

Tints of Melrose #C7BEEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 37.96%

R = 31.74%
G = 30.3%
B = 37.96%

CMYK

 C value IS 0.16

 M value IS 0.20

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C7BEEE (or 0xC7BEEE) is known color: Melrose. HEX triplet: C7, BE and EE. RGB value is (199,190,238). Sum of RGB (Red+Green+Blue) = 199+190+238=627 (83% of max value = 765). Red value is 199 (78.12% from 255 or 31.74% from 627); Green value is 190 (74.61% from 255 or 30.30% from 627); Blue value is 238 (93.36% from 255 or 37.96% from 627); Max value from RGB is 238 - color contains mainly: blue. Hex color #C7BEEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7BEEE is #384111. Grayscale: #C5C5C5. Windows color (decimal): -3686674 or 15646407. OLE color: 15646407.

HSL color Cylindrical-coordinate representation of color #C7BEEE: hue angle of 251.25º degrees, saturation: 0.59, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C7BEEE is Cyan = 0.16, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 199 190 238 -
CMYK 0.16 0.20 0 0.07
HSL 251.25º 0.59% 0.84% -
HSV(B) 251.25º 0.2% 0.93% -
XYZ 57.4 55.14 88.51 -
YUV 198.16 150.48 128.6 -
System Red Green Blue C M Y K H S L
Decimal 199 190 238 0.16 0.20 0 0.07 251.25 0.59 0.84
Hex C7 BE EE 10 14 0 7 FB 3B 54
Octal 307 276 356 20 24 0 7 373 73 124
Binary 11000111 10111110 11101110 10000 10100 0 111 11111011 111011 1010100

Color Harmonies of #C7BEEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7BEEE

Black with #C7BEEE

Text Example


Text Example

White with #C7BEEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7BEEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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