Html Css Color HEX #C8BEEE Melrose

📋 copy color: '#C8BEEE'

red 200 ◦ green 190 ◦ blue 238

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

Shades of Melrose #C8BEEE

Tints of Melrose #C8BEEE

RGB

 RED value IS 200 (78.52% from 255) = 31.85%

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

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

R = 31.85%
G = 30.25%
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

#C8BEEE (or 0xC8BEEE) is known color: Melrose. HEX triplet: C8, BE and EE. RGB value is (200,190,238). Sum of RGB (Red+Green+Blue) = 200+190+238=628 (83% of max value = 765). Red value is 200 (78.52% from 255 or 31.85% from 628); Green value is 190 (74.61% from 255 or 30.25% 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 #C8BEEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8BEEE is #374111. Grayscale: #C6C6C6. Windows color (decimal): -3621138 or 15646408. OLE color: 15646408.

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

Color convert

RGB 200 190 238 -
CMYK 0.16 0.20 0 0.07
HSL 252.5º 0.59% 0.84% -
HSV(B) 252.5º 0.2% 0.93% -
XYZ 57.67 55.28 88.52 -
YUV 198.46 150.31 129.1 -
System Red Green Blue C M Y K H S L
Decimal 200 190 238 0.16 0.20 0 0.07 252.5 0.59 0.84
Hex C8 BE EE 10 14 0 7 FD 3B 54
Octal 310 276 356 20 24 0 7 375 73 124
Binary 11001000 10111110 11101110 10000 10100 0 111 11111101 111011 1010100

Color Harmonies of #C8BEEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8BEEE

Black with #C8BEEE

Text Example


Text Example

White with #C8BEEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8BEEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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