Html Css Color HEX #CCC6DC Melrose

📋 copy color: '#CCC6DC'

red 204 ◦ green 198 ◦ blue 220

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

Shades of Melrose #CCC6DC

Tints of Melrose #CCC6DC

RGB

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

 GREEN value IS 198 (77.73% from 255) = 31.83%

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

R = 32.8%
G = 31.83%
B = 35.37%

CMYK

 C value IS 0.07

 M value IS 0.1

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CCC6DC (or 0xCCC6DC) is known color: Melrose. HEX triplet: CC, C6 and DC. RGB value is (204,198,220). Sum of RGB (Red+Green+Blue) = 204+198+220=622 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.80% from 622); Green value is 198 (77.73% from 255 or 31.83% from 622); Blue value is 220 (86.33% from 255 or 35.37% from 622); Max value from RGB is 220 - color contains mainly: blue. Hex color #CCC6DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC6DC is #333923. Grayscale: #CACACA. Windows color (decimal): -3356964 or 14468812. OLE color: 14468812.

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

Color convert

RGB 204 198 220 -
CMYK 0.07 0.1 0 0.14
HSL 256.36º 0.24% 0.82% -
HSV(B) 256.36º 0.1% 0.86% -
XYZ 58.01 58.39 75.92 -
YUV 202.3 137.99 129.21 -
System Red Green Blue C M Y K H S L
Decimal 204 198 220 0.07 0.1 0 0.14 256.36 0.24 0.82
Hex CC C6 DC 7 A 0 E 100 18 52
Octal 314 306 334 7 12 0 16 400 30 122
Binary 11001100 11000110 11011100 111 1010 0 1110 100000000 11000 1010010

Color Harmonies of #CCC6DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC6DC

Black with #CCC6DC

Text Example


Text Example

White with #CCC6DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC6DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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