Html Css Color HEX #CCC6D8 Melrose

📋 copy color: '#CCC6D8'

red 204 ◦ green 198 ◦ blue 216

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

Shades of Melrose #CCC6D8

Tints of Melrose #CCC6D8

RGB

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

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

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

R = 33.01%
G = 32.04%
B = 34.95%

CMYK

 C value IS 0.06

 M value IS 0.08

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CCC6D8 (or 0xCCC6D8) is known color: Melrose. HEX triplet: CC, C6 and D8. RGB value is (204,198,216). Sum of RGB (Red+Green+Blue) = 204+198+216=618 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.01% from 618); Green value is 198 (77.73% from 255 or 32.04% from 618); Blue value is 216 (84.77% from 255 or 34.95% from 618); Max value from RGB is 216 - color contains mainly: blue. Hex color #CCC6D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC6D8 is #333927. Grayscale: #C9C9C9. Windows color (decimal): -3356968 or 14206668. OLE color: 14206668.

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

Color convert

RGB 204 198 216 -
CMYK 0.06 0.08 0 0.15
HSL 260º 0.19% 0.81% -
HSV(B) 260º 0.08% 0.85% -
XYZ 57.49 58.18 73.17 -
YUV 201.85 135.99 129.54 -
System Red Green Blue C M Y K H S L
Decimal 204 198 216 0.06 0.08 0 0.15 260 0.19 0.81
Hex CC C6 D8 6 8 0 F 104 13 51
Octal 314 306 330 6 10 0 17 404 23 121
Binary 11001100 11000110 11011000 110 1000 0 1111 100000100 10011 1010001

Color Harmonies of #CCC6D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC6D8

Black with #CCC6D8

Text Example


Text Example

White with #CCC6D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC6D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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