Html Css Color HEX #CCC9D8 Melrose

📋 copy color: '#CCC9D8'

red 204 ◦ green 201 ◦ blue 216

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

Shades of Melrose #CCC9D8

Tints of Melrose #CCC9D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 34.78%

R = 32.85%
G = 32.37%
B = 34.78%

CMYK

 C value IS 0.06

 M value IS 0.07

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CCC9D8 (or 0xCCC9D8) is known color: Melrose. HEX triplet: CC, C9 and D8. RGB value is (204,201,216). Sum of RGB (Red+Green+Blue) = 204+201+216=621 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.85% from 621); Green value is 201 (78.91% from 255 or 32.37% from 621); Blue value is 216 (84.77% from 255 or 34.78% from 621); Max value from RGB is 216 - color contains mainly: blue. Hex color #CCC9D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC9D8 is #333627. Grayscale: #CBCBCB. Windows color (decimal): -3356200 or 14207436. OLE color: 14207436.

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

Color convert

RGB 204 201 216 -
CMYK 0.06 0.07 0 0.15
HSL 252º 0.16% 0.82% -
HSV(B) 252º 0.07% 0.85% -
XYZ 58.18 59.57 73.4 -
YUV 203.61 134.99 128.28 -
System Red Green Blue C M Y K H S L
Decimal 204 201 216 0.06 0.07 0 0.15 252 0.16 0.82
Hex CC C9 D8 6 7 0 F FC 10 52
Octal 314 311 330 6 7 0 17 374 20 122
Binary 11001100 11001001 11011000 110 111 0 1111 11111100 10000 1010010

Color Harmonies of #CCC9D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC9D8

Black with #CCC9D8

Text Example


Text Example

White with #CCC9D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC9D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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