Html Css Color HEX #C9BFDA Melrose

📋 copy color: '#C9BFDA'

red 201 ◦ green 191 ◦ blue 218

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

Shades of Melrose #C9BFDA

Tints of Melrose #C9BFDA

RGB

 RED value IS 201 (78.91% from 255) = 32.95%

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

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

R = 32.95%
G = 31.31%
B = 35.74%

CMYK

 C value IS 0.08

 M value IS 0.12

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C9BFDA (or 0xC9BFDA) is known color: Melrose. HEX triplet: C9, BF and DA. RGB value is (201,191,218). Sum of RGB (Red+Green+Blue) = 201+191+218=610 (80% of max value = 765). Red value is 201 (78.91% from 255 or 32.95% from 610); Green value is 191 (75% from 255 or 31.31% from 610); Blue value is 218 (85.55% from 255 or 35.74% from 610); Max value from RGB is 218 - color contains mainly: blue. Hex color #C9BFDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9BFDA is #364025. Grayscale: #C4C4C4. Windows color (decimal): -3555366 or 14335945. OLE color: 14335945.

HSL color Cylindrical-coordinate representation of color #C9BFDA: hue angle of 262.22º 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 #C9BFDA is Cyan = 0.08, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 201 191 218 -
CMYK 0.08 0.12 0 0.15
HSL 262.22º 0.27% 0.8% -
HSV(B) 262.22º 0.12% 0.85% -
XYZ 55.37 54.74 73.98 -
YUV 197.07 139.81 130.8 -
System Red Green Blue C M Y K H S L
Decimal 201 191 218 0.08 0.12 0 0.15 262.22 0.27 0.8
Hex C9 BF DA 8 C 0 F 106 1B 50
Octal 311 277 332 10 14 0 17 406 33 120
Binary 11001001 10111111 11011010 1000 1100 0 1111 100000110 11011 1010000

Color Harmonies of #C9BFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BFDA

Black with #C9BFDA

Text Example


Text Example

White with #C9BFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BFDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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