Html Css Color HEX #CCC8D8 Melrose

📋 copy color: '#CCC8D8'

red 204 ◦ green 200 ◦ blue 216

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

Shades of Melrose #CCC8D8

Tints of Melrose #CCC8D8

RGB

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

 GREEN value IS 200 (78.52% from 255) = 32.26%

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

R = 32.9%
G = 32.26%
B = 34.84%

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

#CCC8D8 (or 0xCCC8D8) is known color: Melrose. HEX triplet: CC, C8 and D8. RGB value is (204,200,216). Sum of RGB (Red+Green+Blue) = 204+200+216=620 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.90% from 620); Green value is 200 (78.52% from 255 or 32.26% from 620); Blue value is 216 (84.77% from 255 or 34.84% from 620); Max value from RGB is 216 - color contains mainly: blue. Hex color #CCC8D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC8D8 is #333727. Grayscale: #CACACA. Windows color (decimal): -3356456 or 14207180. OLE color: 14207180.

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

Color convert

RGB 204 200 216 -
CMYK 0.06 0.07 0 0.15
HSL 255º 0.17% 0.82% -
HSV(B) 255º 0.07% 0.85% -
XYZ 57.95 59.1 73.32 -
YUV 203.02 135.33 128.7 -
System Red Green Blue C M Y K H S L
Decimal 204 200 216 0.06 0.07 0 0.15 255 0.17 0.82
Hex CC C8 D8 6 7 0 F FF 11 52
Octal 314 310 330 6 7 0 17 377 21 122
Binary 11001100 11001000 11011000 110 111 0 1111 11111111 10001 1010010

Color Harmonies of #CCC8D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC8D8

Black with #CCC8D8

Text Example


Text Example

White with #CCC8D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC8D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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