Html Css Color HEX #CCC2DC Melrose

📋 copy color: '#CCC2DC'

red 204 ◦ green 194 ◦ blue 220

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

Shades of Melrose #CCC2DC

Tints of Melrose #CCC2DC

RGB

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

 GREEN value IS 194 (76.17% from 255) = 31.39%

 BLUE value IS 220 (86.33% from 255) = 35.6%

R = 33.01%
G = 31.39%
B = 35.6%

CMYK

 C value IS 0.07

 M value IS 0.12

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CCC2DC (or 0xCCC2DC) is known color: Melrose. HEX triplet: CC, C2 and DC. RGB value is (204,194,220). Sum of RGB (Red+Green+Blue) = 204+194+220=618 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.01% from 618); Green value is 194 (76.17% from 255 or 31.39% from 618); Blue value is 220 (86.33% from 255 or 35.60% from 618); Max value from RGB is 220 - color contains mainly: blue. Hex color #CCC2DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC2DC is #333D23. Grayscale: #C7C7C7. Windows color (decimal): -3357988 or 14467788. OLE color: 14467788.

HSL color Cylindrical-coordinate representation of color #CCC2DC: hue angle of 263.08º degrees, saturation: 0.27, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CCC2DC is Cyan = 0.07, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 204 194 220 -
CMYK 0.07 0.12 0 0.14
HSL 263.08º 0.27% 0.81% -
HSV(B) 263.08º 0.12% 0.86% -
XYZ 57.11 56.59 75.62 -
YUV 199.95 139.31 130.89 -
System Red Green Blue C M Y K H S L
Decimal 204 194 220 0.07 0.12 0 0.14 263.08 0.27 0.81
Hex CC C2 DC 7 C 0 E 107 1B 51
Octal 314 302 334 7 14 0 16 407 33 121
Binary 11001100 11000010 11011100 111 1100 0 1110 100000111 11011 1010001

Color Harmonies of #CCC2DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC2DC

Black with #CCC2DC

Text Example


Text Example

White with #CCC2DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC2DC; }

 p { color: rgb(204,194,220); }

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

background-color css

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

 a { background-color: rgb(204,194,220); }

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

border-color css

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

 span { border-color: rgb(204,194,220); }

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