Html Css Color HEX #C8BADC Melrose

📋 copy color: '#C8BADC'

red 200 ◦ green 186 ◦ blue 220

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

Shades of Melrose #C8BADC

Tints of Melrose #C8BADC

RGB

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

 GREEN value IS 186 (73.05% from 255) = 30.69%

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

R = 33%
G = 30.69%
B = 36.3%

CMYK

 C value IS 0.09

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C8BADC (or 0xC8BADC) is known color: Melrose. HEX triplet: C8, BA and DC. RGB value is (200,186,220). Sum of RGB (Red+Green+Blue) = 200+186+220=606 (80% of max value = 765). Red value is 200 (78.52% from 255 or 33.00% from 606); Green value is 186 (73.05% from 255 or 30.69% from 606); Blue value is 220 (86.33% from 255 or 36.30% from 606); Max value from RGB is 220 - color contains mainly: blue. Hex color #C8BADC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8BADC is #374523. Grayscale: #C1C1C1. Windows color (decimal): -3622180 or 14465736. OLE color: 14465736.

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

Color convert

RGB 200 186 220 -
CMYK 0.09 0.15 0 0.14
HSL 264.71º 0.33% 0.8% -
HSV(B) 264.71º 0.15% 0.86% -
XYZ 54.3 52.56 74.99 -
YUV 194.06 142.64 132.24 -
System Red Green Blue C M Y K H S L
Decimal 200 186 220 0.09 0.15 0 0.14 264.71 0.33 0.8
Hex C8 BA DC 9 F 0 E 109 21 50
Octal 310 272 334 11 17 0 16 411 41 120
Binary 11001000 10111010 11011100 1001 1111 0 1110 100001001 100001 1010000

Color Harmonies of #C8BADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8BADC

Black with #C8BADC

Text Example


Text Example

White with #C8BADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8BADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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