Html Css Color HEX #CCC5D7 Melrose

📋 copy color: '#CCC5D7'

red 204 ◦ green 197 ◦ blue 215

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

Shades of Melrose #CCC5D7

Tints of Melrose #CCC5D7

RGB

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

 GREEN value IS 197 (77.34% from 255) = 31.98%

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

R = 33.12%
G = 31.98%
B = 34.9%

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

#CCC5D7 (or 0xCCC5D7) is known color: Melrose. HEX triplet: CC, C5 and D7. RGB value is (204,197,215). Sum of RGB (Red+Green+Blue) = 204+197+215=616 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.12% from 616); Green value is 197 (77.34% from 255 or 31.98% from 616); Blue value is 215 (84.38% from 255 or 34.90% from 616); Max value from RGB is 215 - color contains mainly: blue. Hex color #CCC5D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC5D7 is #333A28. Grayscale: #C9C9C9. Windows color (decimal): -3357225 or 14140876. OLE color: 14140876.

HSL color Cylindrical-coordinate representation of color #CCC5D7: hue angle of 263.33º 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 #CCC5D7 is Cyan = 0.05, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 204 197 215 -
CMYK 0.05 0.08 0 0.16
HSL 263.33º 0.18% 0.81% -
HSV(B) 263.33º 0.08% 0.84% -
XYZ 57.13 57.68 72.41 -
YUV 201.15 135.82 130.04 -
System Red Green Blue C M Y K H S L
Decimal 204 197 215 0.05 0.08 0 0.16 263.33 0.18 0.81
Hex CC C5 D7 5 8 0 10 107 12 51
Octal 314 305 327 5 10 0 20 407 22 121
Binary 11001100 11000101 11010111 101 1000 0 10000 100000111 10010 1010001

Color Harmonies of #CCC5D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC5D7

Black with #CCC5D7

Text Example


Text Example

White with #CCC5D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC5D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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