Html Css Color HEX #CCC3DC Melrose

📋 copy color: '#CCC3DC'

red 204 ◦ green 195 ◦ blue 220

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

Shades of Melrose #CCC3DC

Tints of Melrose #CCC3DC

RGB

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

 GREEN value IS 195 (76.56% from 255) = 31.5%

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

R = 32.96%
G = 31.5%
B = 35.54%

CMYK

 C value IS 0.07

 M value IS 0.11

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CCC3DC (or 0xCCC3DC) is known color: Melrose. HEX triplet: CC, C3 and DC. RGB value is (204,195,220). Sum of RGB (Red+Green+Blue) = 204+195+220=619 (81% of max value = 765). Red value is 204 (80.08% from 255 or 32.96% from 619); Green value is 195 (76.56% from 255 or 31.50% from 619); Blue value is 220 (86.33% from 255 or 35.54% from 619); Max value from RGB is 220 - color contains mainly: blue. Hex color #CCC3DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC3DC is #333C23. Grayscale: #C8C8C8. Windows color (decimal): -3357732 or 14468044. OLE color: 14468044.

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

Color convert

RGB 204 195 220 -
CMYK 0.07 0.11 0 0.14
HSL 261.6º 0.26% 0.81% -
HSV(B) 261.6º 0.11% 0.86% -
XYZ 57.34 57.03 75.7 -
YUV 200.54 138.98 130.47 -
System Red Green Blue C M Y K H S L
Decimal 204 195 220 0.07 0.11 0 0.14 261.6 0.26 0.81
Hex CC C3 DC 7 B 0 E 106 1A 51
Octal 314 303 334 7 13 0 16 406 32 121
Binary 11001100 11000011 11011100 111 1011 0 1110 100000110 11010 1010001

Color Harmonies of #CCC3DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC3DC

Black with #CCC3DC

Text Example


Text Example

White with #CCC3DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC3DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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