Html Css Color HEX #C5BFDA Melrose

📋 copy color: '#C5BFDA'

red 197 ◦ green 191 ◦ blue 218

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

Shades of Melrose #C5BFDA

Tints of Melrose #C5BFDA

RGB

 RED value IS 197 (77.34% from 255) = 32.51%

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

 BLUE value IS 218 (85.55% from 255) = 35.97%

R = 32.51%
G = 31.52%
B = 35.97%

CMYK

 C value IS 0.10

 M value IS 0.12

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C5BFDA (or 0xC5BFDA) is known color: Melrose. HEX triplet: C5, BF and DA. RGB value is (197,191,218). Sum of RGB (Red+Green+Blue) = 197+191+218=606 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.51% from 606); Green value is 191 (75% from 255 or 31.52% from 606); Blue value is 218 (85.55% from 255 or 35.97% from 606); Max value from RGB is 218 - color contains mainly: blue. Hex color #C5BFDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5BFDA is #3A4025. Grayscale: #C3C3C3. Windows color (decimal): -3817510 or 14335941. OLE color: 14335941.

HSL color Cylindrical-coordinate representation of color #C5BFDA: hue angle of 253.33º degrees, saturation: 0.27, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C5BFDA is Cyan = 0.10, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 197 191 218 -
CMYK 0.10 0.12 0 0.15
HSL 253.33º 0.27% 0.8% -
HSV(B) 253.33º 0.12% 0.85% -
XYZ 54.31 54.19 73.93 -
YUV 195.87 140.49 128.8 -
System Red Green Blue C M Y K H S L
Decimal 197 191 218 0.10 0.12 0 0.15 253.33 0.27 0.8
Hex C5 BF DA A C 0 F FD 1B 50
Octal 305 277 332 12 14 0 17 375 33 120
Binary 11000101 10111111 11011010 1010 1100 0 1111 11111101 11011 1010000

Color Harmonies of #C5BFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5BFDA

Black with #C5BFDA

Text Example


Text Example

White with #C5BFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5BFDA; }

 p { color: rgb(197,191,218); }

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

background-color css

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

 a { background-color: rgb(197,191,218); }

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

border-color css

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

 span { border-color: rgb(197,191,218); }

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