Html Css Color HEX #CCC8DC Melrose

📋 copy color: '#CCC8DC'

red 204 ◦ green 200 ◦ blue 220

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

Shades of Melrose #CCC8DC

Tints of Melrose #CCC8DC

RGB

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

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

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

R = 32.69%
G = 32.05%
B = 35.26%

CMYK

 C value IS 0.07

 M value IS 0.09

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CCC8DC (or 0xCCC8DC) is known color: Melrose. HEX triplet: CC, C8 and DC. RGB value is (204,200,220). Sum of RGB (Red+Green+Blue) = 204+200+220=624 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.69% from 624); Green value is 200 (78.52% from 255 or 32.05% from 624); Blue value is 220 (86.33% from 255 or 35.26% from 624); Max value from RGB is 220 - color contains mainly: blue. Hex color #CCC8DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC8DC is #333723. Grayscale: #CBCBCB. Windows color (decimal): -3356452 or 14469324. OLE color: 14469324.

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

Color convert

RGB 204 200 220 -
CMYK 0.07 0.09 0 0.14
HSL 252º 0.22% 0.82% -
HSV(B) 252º 0.09% 0.86% -
XYZ 58.47 59.31 76.08 -
YUV 203.48 137.33 128.37 -
System Red Green Blue C M Y K H S L
Decimal 204 200 220 0.07 0.09 0 0.14 252 0.22 0.82
Hex CC C8 DC 7 9 0 E FC 16 52
Octal 314 310 334 7 11 0 16 374 26 122
Binary 11001100 11001000 11011100 111 1001 0 1110 11111100 10110 1010010

Color Harmonies of #CCC8DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC8DC

Black with #CCC8DC

Text Example


Text Example

White with #CCC8DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC8DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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