Html Css Color HEX #CCC9D9 Melrose

📋 copy color: '#CCC9D9'

red 204 ◦ green 201 ◦ blue 217

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

Shades of Melrose #CCC9D9

Tints of Melrose #CCC9D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 34.89%

R = 32.8%
G = 32.32%
B = 34.89%

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

#CCC9D9 (or 0xCCC9D9) is known color: Melrose. HEX triplet: CC, C9 and D9. RGB value is (204,201,217). Sum of RGB (Red+Green+Blue) = 204+201+217=622 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.80% from 622); Green value is 201 (78.91% from 255 or 32.32% from 622); Blue value is 217 (85.16% from 255 or 34.89% from 622); Max value from RGB is 217 - color contains mainly: blue. Hex color #CCC9D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC9D9 is #333626. Grayscale: #CBCBCB. Windows color (decimal): -3356199 or 14272972. OLE color: 14272972.

HSL color Cylindrical-coordinate representation of color #CCC9D9: hue angle of 251.25º degrees, saturation: 0.17, 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 #CCC9D9 is Cyan = 0.06, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 204 201 217 -
CMYK 0.06 0.07 0 0.15
HSL 251.25º 0.17% 0.82% -
HSV(B) 251.25º 0.07% 0.85% -
XYZ 58.31 59.62 74.08 -
YUV 203.72 135.49 128.2 -
System Red Green Blue C M Y K H S L
Decimal 204 201 217 0.06 0.07 0 0.15 251.25 0.17 0.82
Hex CC C9 D9 6 7 0 F FB 11 52
Octal 314 311 331 6 7 0 17 373 21 122
Binary 11001100 11001001 11011001 110 111 0 1111 11111011 10001 1010010

Color Harmonies of #CCC9D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC9D9

Black with #CCC9D9

Text Example


Text Example

White with #CCC9D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC9D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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