Html Css Color HEX #CCC0DF Melrose

📋 copy color: '#CCC0DF'

red 204 ◦ green 192 ◦ blue 223

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

Shades of Melrose #CCC0DF

Tints of Melrose #CCC0DF

RGB

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

 GREEN value IS 192 (75.39% from 255) = 31.02%

 BLUE value IS 223 (87.5% from 255) = 36.03%

R = 32.96%
G = 31.02%
B = 36.03%

CMYK

 C value IS 0.09

 M value IS 0.14

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CCC0DF (or 0xCCC0DF) is known color: Melrose. HEX triplet: CC, C0 and DF. RGB value is (204,192,223). Sum of RGB (Red+Green+Blue) = 204+192+223=619 (81% of max value = 765). Red value is 204 (80.08% from 255 or 32.96% from 619); Green value is 192 (75.39% from 255 or 31.02% from 619); Blue value is 223 (87.5% from 255 or 36.03% from 619); Max value from RGB is 223 - color contains mainly: blue. Hex color #CCC0DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC0DF is #333F20. Grayscale: #C7C7C7. Windows color (decimal): -3358497 or 14663884. OLE color: 14663884.

HSL color Cylindrical-coordinate representation of color #CCC0DF: hue angle of 263.23º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CCC0DF is Cyan = 0.09, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 204 192 223 -
CMYK 0.09 0.14 0 0.13
HSL 263.23º 0.33% 0.81% -
HSV(B) 263.23º 0.14% 0.87% -
XYZ 57.07 55.86 77.59 -
YUV 199.12 141.48 131.48 -
System Red Green Blue C M Y K H S L
Decimal 204 192 223 0.09 0.14 0 0.13 263.23 0.33 0.81
Hex CC C0 DF 9 E 0 D 107 21 51
Octal 314 300 337 11 16 0 15 407 41 121
Binary 11001100 11000000 11011111 1001 1110 0 1101 100000111 100001 1010001

Color Harmonies of #CCC0DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC0DF

Black with #CCC0DF

Text Example


Text Example

White with #CCC0DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC0DF; }

 p { color: rgb(204,192,223); }

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

background-color css

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

 a { background-color: rgb(204,192,223); }

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

border-color css

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

 span { border-color: rgb(204,192,223); }

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