Html Css Color HEX #C7BFEE Melrose

📋 copy color: '#C7BFEE'

red 199 ◦ green 191 ◦ blue 238

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

Shades of Melrose #C7BFEE

Tints of Melrose #C7BFEE

RGB

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

 GREEN value IS 191 (75% from 255) = 30.41%

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

R = 31.69%
G = 30.41%
B = 37.9%

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

#C7BFEE (or 0xC7BFEE) is known color: Melrose. HEX triplet: C7, BF and EE. RGB value is (199,191,238). Sum of RGB (Red+Green+Blue) = 199+191+238=628 (83% of max value = 765). Red value is 199 (78.12% from 255 or 31.69% from 628); Green value is 191 (75% from 255 or 30.41% from 628); Blue value is 238 (93.36% from 255 or 37.90% from 628); Max value from RGB is 238 - color contains mainly: blue. Hex color #C7BFEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7BFEE is #384011. Grayscale: #C6C6C6. Windows color (decimal): -3686418 or 15646663. OLE color: 15646663.

HSL color Cylindrical-coordinate representation of color #C7BFEE: hue angle of 250.21º degrees, saturation: 0.58, 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 #C7BFEE is Cyan = 0.16, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 199 191 238 -
CMYK 0.16 0.20 0 0.07
HSL 250.21º 0.58% 0.84% -
HSV(B) 250.21º 0.2% 0.93% -
XYZ 57.62 55.58 88.58 -
YUV 198.75 150.15 128.18 -
System Red Green Blue C M Y K H S L
Decimal 199 191 238 0.16 0.20 0 0.07 250.21 0.58 0.84
Hex C7 BF EE 10 14 0 7 FA 3A 54
Octal 307 277 356 20 24 0 7 372 72 124
Binary 11000111 10111111 11101110 10000 10100 0 111 11111010 111010 1010100

Color Harmonies of #C7BFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7BFEE

Black with #C7BFEE

Text Example


Text Example

White with #C7BFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7BFEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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