Html Css Color HEX #C8B9EF Melrose

📋 copy color: '#C8B9EF'

red 200 ◦ green 185 ◦ blue 239

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

Shades of Melrose #C8B9EF

Tints of Melrose #C8B9EF

RGB

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

 GREEN value IS 185 (72.66% from 255) = 29.65%

 BLUE value IS 239 (93.75% from 255) = 38.3%

R = 32.05%
G = 29.65%
B = 38.3%

CMYK

 C value IS 0.16

 M value IS 0.23

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C8B9EF (or 0xC8B9EF) is known color: Melrose. HEX triplet: C8, B9 and EF. RGB value is (200,185,239). Sum of RGB (Red+Green+Blue) = 200+185+239=624 (82% of max value = 765). Red value is 200 (78.52% from 255 or 32.05% from 624); Green value is 185 (72.66% from 255 or 29.65% from 624); Blue value is 239 (93.75% from 255 or 38.30% from 624); Max value from RGB is 239 - color contains mainly: blue. Hex color #C8B9EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8B9EF is #374610. Grayscale: #C3C3C3. Windows color (decimal): -3622417 or 15710664. OLE color: 15710664.

HSL color Cylindrical-coordinate representation of color #C8B9EF: hue angle of 256.67º degrees, saturation: 0.63, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C8B9EF is Cyan = 0.16, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 200 185 239 -
CMYK 0.16 0.23 0 0.06
HSL 256.67º 0.63% 0.83% -
HSV(B) 256.67º 0.23% 0.94% -
XYZ 56.75 53.21 88.94 -
YUV 195.64 152.47 131.11 -
System Red Green Blue C M Y K H S L
Decimal 200 185 239 0.16 0.23 0 0.06 256.67 0.63 0.83
Hex C8 B9 EF 10 17 0 6 101 3F 53
Octal 310 271 357 20 27 0 6 401 77 123
Binary 11001000 10111001 11101111 10000 10111 0 110 100000001 111111 1010011

Color Harmonies of #C8B9EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8B9EF

Black with #C8B9EF

Text Example


Text Example

White with #C8B9EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8B9EF; }

 p { color: rgb(200,185,239); }

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

background-color css

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

 a { background-color: rgb(200,185,239); }

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

border-color css

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

 span { border-color: rgb(200,185,239); }

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