Html Css Color HEX #CCC9DC Melrose

📋 copy color: '#CCC9DC'

red 204 ◦ green 201 ◦ blue 220

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

Shades of Melrose #CCC9DC

Tints of Melrose #CCC9DC

RGB

 RED value IS 204 (80.08% from 255) = 32.64%

 GREEN value IS 201 (78.91% from 255) = 32.16%

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

R = 32.64%
G = 32.16%
B = 35.2%

CMYK

 C value IS 0.07

 M value IS 0.09

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CCC9DC (or 0xCCC9DC) is known color: Melrose. HEX triplet: CC, C9 and DC. RGB value is (204,201,220). Sum of RGB (Red+Green+Blue) = 204+201+220=625 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.64% from 625); Green value is 201 (78.91% from 255 or 32.16% from 625); Blue value is 220 (86.33% from 255 or 35.2% from 625); Max value from RGB is 220 - color contains mainly: blue. Hex color #CCC9DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC9DC is #333623. Grayscale: #CBCBCB. Windows color (decimal): -3356196 or 14469580. OLE color: 14469580.

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

Color convert

RGB 204 201 220 -
CMYK 0.07 0.09 0 0.14
HSL 249.47º 0.21% 0.83% -
HSV(B) 249.47º 0.09% 0.86% -
XYZ 58.71 59.78 76.15 -
YUV 204.06 136.99 127.96 -
System Red Green Blue C M Y K H S L
Decimal 204 201 220 0.07 0.09 0 0.14 249.47 0.21 0.83
Hex CC C9 DC 7 9 0 E F9 15 53
Octal 314 311 334 7 11 0 16 371 25 123
Binary 11001100 11001001 11011100 111 1001 0 1110 11111001 10101 1010011

Color Harmonies of #CCC9DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC9DC

Black with #CCC9DC

Text Example


Text Example

White with #CCC9DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC9DC; }

 p { color: rgb(204,201,220); }

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

background-color css

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

 a { background-color: rgb(204,201,220); }

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

border-color css

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

 span { border-color: rgb(204,201,220); }

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