Html Css Color HEX #CCC7D8 Melrose

📋 copy color: '#CCC7D8'

red 204 ◦ green 199 ◦ blue 216

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

Shades of Melrose #CCC7D8

Tints of Melrose #CCC7D8

RGB

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

 GREEN value IS 199 (78.13% from 255) = 32.15%

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

R = 32.96%
G = 32.15%
B = 34.89%

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

#CCC7D8 (or 0xCCC7D8) is known color: Melrose. HEX triplet: CC, C7 and D8. RGB value is (204,199,216). Sum of RGB (Red+Green+Blue) = 204+199+216=619 (81% of max value = 765). Red value is 204 (80.08% from 255 or 32.96% from 619); Green value is 199 (78.12% from 255 or 32.15% from 619); Blue value is 216 (84.77% from 255 or 34.89% from 619); Max value from RGB is 216 - color contains mainly: blue. Hex color #CCC7D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC7D8 is #333827. Grayscale: #CACACA. Windows color (decimal): -3356712 or 14206924. OLE color: 14206924.

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

Color convert

RGB 204 199 216 -
CMYK 0.06 0.08 0 0.15
HSL 257.65º 0.18% 0.81% -
HSV(B) 257.65º 0.08% 0.85% -
XYZ 57.72 58.64 73.24 -
YUV 202.43 135.66 129.12 -
System Red Green Blue C M Y K H S L
Decimal 204 199 216 0.06 0.08 0 0.15 257.65 0.18 0.81
Hex CC C7 D8 6 8 0 F 102 12 51
Octal 314 307 330 6 10 0 17 402 22 121
Binary 11001100 11000111 11011000 110 1000 0 1111 100000010 10010 1010001

Color Harmonies of #CCC7D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC7D8

Black with #CCC7D8

Text Example


Text Example

White with #CCC7D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC7D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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