Html Css Color HEX #C8BFDF Melrose

📋 copy color: '#C8BFDF'

red 200 ◦ green 191 ◦ blue 223

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

Shades of Melrose #C8BFDF

Tints of Melrose #C8BFDF

RGB

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

 GREEN value IS 191 (75% from 255) = 31.11%

 BLUE value IS 223 (87.5% from 255) = 36.32%

R = 32.57%
G = 31.11%
B = 36.32%

CMYK

 C value IS 0.10

 M value IS 0.14

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C8BFDF (or 0xC8BFDF) is known color: Melrose. HEX triplet: C8, BF and DF. RGB value is (200,191,223). Sum of RGB (Red+Green+Blue) = 200+191+223=614 (81% of max value = 765). Red value is 200 (78.52% from 255 or 32.57% from 614); Green value is 191 (75% from 255 or 31.11% from 614); Blue value is 223 (87.5% from 255 or 36.32% from 614); Max value from RGB is 223 - color contains mainly: blue. Hex color #C8BFDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8BFDF is #374020. Grayscale: #C5C5C5. Windows color (decimal): -3620897 or 14663624. OLE color: 14663624.

HSL color Cylindrical-coordinate representation of color #C8BFDF: hue angle of 256.88º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C8BFDF is Cyan = 0.10, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 200 191 223 -
CMYK 0.10 0.14 0 0.13
HSL 256.88º 0.33% 0.81% -
HSV(B) 256.88º 0.14% 0.87% -
XYZ 55.77 54.87 77.46 -
YUV 197.34 142.48 129.9 -
System Red Green Blue C M Y K H S L
Decimal 200 191 223 0.10 0.14 0 0.13 256.88 0.33 0.81
Hex C8 BF DF A E 0 D 101 21 51
Octal 310 277 337 12 16 0 15 401 41 121
Binary 11001000 10111111 11011111 1010 1110 0 1101 100000001 100001 1010001

Color Harmonies of #C8BFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8BFDF

Black with #C8BFDF

Text Example


Text Example

White with #C8BFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8BFDF; }

 p { color: rgb(200,191,223); }

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

background-color css

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

 a { background-color: rgb(200,191,223); }

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

border-color css

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

 span { border-color: rgb(200,191,223); }

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