Html Css Color HEX #C8BDEB Melrose

📋 copy color: '#C8BDEB'

red 200 ◦ green 189 ◦ blue 235

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

Shades of Melrose #C8BDEB

Tints of Melrose #C8BDEB

RGB

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

 GREEN value IS 189 (74.22% from 255) = 30.29%

 BLUE value IS 235 (92.19% from 255) = 37.66%

R = 32.05%
G = 30.29%
B = 37.66%

CMYK

 C value IS 0.15

 M value IS 0.20

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C8BDEB (or 0xC8BDEB) is known color: Melrose. HEX triplet: C8, BD and EB. RGB value is (200,189,235). Sum of RGB (Red+Green+Blue) = 200+189+235=624 (82% of max value = 765). Red value is 200 (78.52% from 255 or 32.05% from 624); Green value is 189 (74.22% from 255 or 30.29% from 624); Blue value is 235 (92.19% from 255 or 37.66% from 624); Max value from RGB is 235 - color contains mainly: blue. Hex color #C8BDEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8BDEB is #374214. Grayscale: #C5C5C5. Windows color (decimal): -3621397 or 15449544. OLE color: 15449544.

HSL color Cylindrical-coordinate representation of color #C8BDEB: hue angle of 254.35º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C8BDEB is Cyan = 0.15, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 200 189 235 -
CMYK 0.15 0.20 0 0.08
HSL 254.35º 0.53% 0.83% -
HSV(B) 254.35º 0.2% 0.92% -
XYZ 57.01 54.67 86.15 -
YUV 197.53 149.14 129.76 -
System Red Green Blue C M Y K H S L
Decimal 200 189 235 0.15 0.20 0 0.08 254.35 0.53 0.83
Hex C8 BD EB F 14 0 8 FE 35 53
Octal 310 275 353 17 24 0 10 376 65 123
Binary 11001000 10111101 11101011 1111 10100 0 1000 11111110 110101 1010011

Color Harmonies of #C8BDEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8BDEB

Black with #C8BDEB

Text Example


Text Example

White with #C8BDEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8BDEB; }

 p { color: rgb(200,189,235); }

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

background-color css

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

 a { background-color: rgb(200,189,235); }

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

border-color css

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

 span { border-color: rgb(200,189,235); }

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