Html Css Color HEX #C8BDDC Melrose

📋 copy color: '#C8BDDC'

red 200 ◦ green 189 ◦ blue 220

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

Shades of Melrose #C8BDDC

Tints of Melrose #C8BDDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 36.12%

R = 32.84%
G = 31.03%
B = 36.12%

CMYK

 C value IS 0.09

 M value IS 0.14

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C8BDDC (or 0xC8BDDC) is known color: Melrose. HEX triplet: C8, BD and DC. RGB value is (200,189,220). Sum of RGB (Red+Green+Blue) = 200+189+220=609 (80% of max value = 765). Red value is 200 (78.52% from 255 or 32.84% from 609); Green value is 189 (74.22% from 255 or 31.03% from 609); Blue value is 220 (86.33% from 255 or 36.12% from 609); Max value from RGB is 220 - color contains mainly: blue. Hex color #C8BDDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8BDDC is #374223. Grayscale: #C3C3C3. Windows color (decimal): -3621412 or 14466504. OLE color: 14466504.

HSL color Cylindrical-coordinate representation of color #C8BDDC: hue angle of 261.29º degrees, saturation: 0.31, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C8BDDC is Cyan = 0.09, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 200 189 220 -
CMYK 0.09 0.14 0 0.14
HSL 261.29º 0.31% 0.8% -
HSV(B) 261.29º 0.14% 0.86% -
XYZ 54.94 53.84 75.21 -
YUV 195.82 141.64 130.98 -
System Red Green Blue C M Y K H S L
Decimal 200 189 220 0.09 0.14 0 0.14 261.29 0.31 0.8
Hex C8 BD DC 9 E 0 E 105 1F 50
Octal 310 275 334 11 16 0 16 405 37 120
Binary 11001000 10111101 11011100 1001 1110 0 1110 100000101 11111 1010000

Color Harmonies of #C8BDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8BDDC

Black with #C8BDDC

Text Example


Text Example

White with #C8BDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8BDDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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