Html Css Color HEX #CCC8D7 Melrose

📋 copy color: '#CCC8D7'

red 204 ◦ green 200 ◦ blue 215

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

Shades of Melrose #CCC8D7

Tints of Melrose #CCC8D7

RGB

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

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

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

R = 32.96%
G = 32.31%
B = 34.73%

CMYK

 C value IS 0.05

 M value IS 0.07

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CCC8D7 (or 0xCCC8D7) is known color: Melrose. HEX triplet: CC, C8 and D7. RGB value is (204,200,215). Sum of RGB (Red+Green+Blue) = 204+200+215=619 (81% of max value = 765). Red value is 204 (80.08% from 255 or 32.96% from 619); Green value is 200 (78.52% from 255 or 32.31% from 619); Blue value is 215 (84.38% from 255 or 34.73% from 619); Max value from RGB is 215 - color contains mainly: blue. Hex color #CCC8D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC8D7 is #333728. Grayscale: #CACACA. Windows color (decimal): -3356457 or 14141644. OLE color: 14141644.

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

Color convert

RGB 204 200 215 -
CMYK 0.05 0.07 0 0.16
HSL 256º 0.16% 0.81% -
HSV(B) 256º 0.07% 0.84% -
XYZ 57.82 59.05 72.64 -
YUV 202.91 134.83 128.78 -
System Red Green Blue C M Y K H S L
Decimal 204 200 215 0.05 0.07 0 0.16 256 0.16 0.81
Hex CC C8 D7 5 7 0 10 100 10 51
Octal 314 310 327 5 7 0 20 400 20 121
Binary 11001100 11001000 11010111 101 111 0 10000 100000000 10000 1010001

Color Harmonies of #CCC8D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC8D7

Black with #CCC8D7

Text Example


Text Example

White with #CCC8D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC8D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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