Html Css Color HEX #CCC7DD Melrose

📋 copy color: '#CCC7DD'

red 204 ◦ green 199 ◦ blue 221

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

Shades of Melrose #CCC7DD

Tints of Melrose #CCC7DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 35.42%

R = 32.69%
G = 31.89%
B = 35.42%

CMYK

 C value IS 0.08

 M value IS 0.10

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CCC7DD (or 0xCCC7DD) is known color: Melrose. HEX triplet: CC, C7 and DD. RGB value is (204,199,221). Sum of RGB (Red+Green+Blue) = 204+199+221=624 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.69% from 624); Green value is 199 (78.12% from 255 or 31.89% from 624); Blue value is 221 (86.72% from 255 or 35.42% from 624); Max value from RGB is 221 - color contains mainly: blue. Hex color #CCC7DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC7DD is #333822. Grayscale: #CACACA. Windows color (decimal): -3356707 or 14534604. OLE color: 14534604.

HSL color Cylindrical-coordinate representation of color #CCC7DD: hue angle of 253.64º degrees, saturation: 0.24, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CCC7DD is Cyan = 0.08, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 204 199 221 -
CMYK 0.08 0.10 0 0.13
HSL 253.64º 0.24% 0.82% -
HSV(B) 253.64º 0.1% 0.87% -
XYZ 58.38 58.9 76.7 -
YUV 203 138.16 128.71 -
System Red Green Blue C M Y K H S L
Decimal 204 199 221 0.08 0.10 0 0.13 253.64 0.24 0.82
Hex CC C7 DD 8 A 0 D FE 18 52
Octal 314 307 335 10 12 0 15 376 30 122
Binary 11001100 11000111 11011101 1000 1010 0 1101 11111110 11000 1010010

Color Harmonies of #CCC7DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC7DD

Black with #CCC7DD

Text Example


Text Example

White with #CCC7DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC7DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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