Html Css Color HEX #CCC6D7 Melrose

📋 copy color: '#CCC6D7'

red 204 ◦ green 198 ◦ blue 215

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

Shades of Melrose #CCC6D7

Tints of Melrose #CCC6D7

RGB

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

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

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

R = 33.06%
G = 32.09%
B = 34.85%

CMYK

 C value IS 0.05

 M value IS 0.08

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CCC6D7 (or 0xCCC6D7) is known color: Melrose. HEX triplet: CC, C6 and D7. RGB value is (204,198,215). Sum of RGB (Red+Green+Blue) = 204+198+215=617 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.06% from 617); Green value is 198 (77.73% from 255 or 32.09% from 617); Blue value is 215 (84.38% from 255 or 34.85% from 617); Max value from RGB is 215 - color contains mainly: blue. Hex color #CCC6D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC6D7 is #333928. Grayscale: #C9C9C9. Windows color (decimal): -3356969 or 14141132. OLE color: 14141132.

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

Color convert

RGB 204 198 215 -
CMYK 0.05 0.08 0 0.16
HSL 261.18º 0.18% 0.81% -
HSV(B) 261.18º 0.08% 0.84% -
XYZ 57.36 58.13 72.49 -
YUV 201.73 135.49 129.62 -
System Red Green Blue C M Y K H S L
Decimal 204 198 215 0.05 0.08 0 0.16 261.18 0.18 0.81
Hex CC C6 D7 5 8 0 10 105 12 51
Octal 314 306 327 5 10 0 20 405 22 121
Binary 11001100 11000110 11010111 101 1000 0 10000 100000101 10010 1010001

Color Harmonies of #CCC6D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC6D7

Black with #CCC6D7

Text Example


Text Example

White with #CCC6D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC6D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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