Html Css Color HEX #CCC9D7 Melrose

📋 copy color: '#CCC9D7'

red 204 ◦ green 201 ◦ blue 215

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

Shades of Melrose #CCC9D7

Tints of Melrose #CCC9D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 34.68%

R = 32.9%
G = 32.42%
B = 34.68%

CMYK

 C value IS 0.05

 M value IS 0.07

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CCC9D7 (or 0xCCC9D7) is known color: Melrose. HEX triplet: CC, C9 and D7. RGB value is (204,201,215). Sum of RGB (Red+Green+Blue) = 204+201+215=620 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.90% from 620); Green value is 201 (78.91% from 255 or 32.42% from 620); Blue value is 215 (84.38% from 255 or 34.68% from 620); Max value from RGB is 215 - color contains mainly: blue. Hex color #CCC9D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC9D7 is #333628. Grayscale: #CBCBCB. Windows color (decimal): -3356201 or 14141900. OLE color: 14141900.

HSL color Cylindrical-coordinate representation of color #CCC9D7: hue angle of 252.86º degrees, saturation: 0.15, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CCC9D7 is Cyan = 0.05, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 204 201 215 -
CMYK 0.05 0.07 0 0.16
HSL 252.86º 0.15% 0.82% -
HSV(B) 252.86º 0.07% 0.84% -
XYZ 58.05 59.52 72.72 -
YUV 203.49 134.49 128.36 -
System Red Green Blue C M Y K H S L
Decimal 204 201 215 0.05 0.07 0 0.16 252.86 0.15 0.82
Hex CC C9 D7 5 7 0 10 FD F 52
Octal 314 311 327 5 7 0 20 375 17 122
Binary 11001100 11001001 11010111 101 111 0 10000 11111101 1111 1010010

Color Harmonies of #CCC9D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC9D7

Black with #CCC9D7

Text Example


Text Example

White with #CCC9D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC9D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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