Html Css Color HEX #CCC6E1 Melrose

📋 copy color: '#CCC6E1'

red 204 ◦ green 198 ◦ blue 225

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

Shades of Melrose #CCC6E1

Tints of Melrose #CCC6E1

RGB

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

 GREEN value IS 198 (77.73% from 255) = 31.58%

 BLUE value IS 225 (88.28% from 255) = 35.89%

R = 32.54%
G = 31.58%
B = 35.89%

CMYK

 C value IS 0.09

 M value IS 0.12

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CCC6E1 (or 0xCCC6E1) is known color: Melrose. HEX triplet: CC, C6 and E1. RGB value is (204,198,225). Sum of RGB (Red+Green+Blue) = 204+198+225=627 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.54% from 627); Green value is 198 (77.73% from 255 or 31.58% from 627); Blue value is 225 (88.28% from 255 or 35.89% from 627); Max value from RGB is 225 - color contains mainly: blue. Hex color #CCC6E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC6E1 is #33391E. Grayscale: #CACACA. Windows color (decimal): -3356959 or 14796492. OLE color: 14796492.

HSL color Cylindrical-coordinate representation of color #CCC6E1: hue angle of 253.33º degrees, saturation: 0.31, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CCC6E1 is Cyan = 0.09, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 204 198 225 -
CMYK 0.09 0.12 0 0.12
HSL 253.33º 0.31% 0.83% -
HSV(B) 253.33º 0.12% 0.88% -
XYZ 58.69 58.66 79.46 -
YUV 202.87 140.49 128.8 -
System Red Green Blue C M Y K H S L
Decimal 204 198 225 0.09 0.12 0 0.12 253.33 0.31 0.83
Hex CC C6 E1 9 C 0 C FD 1F 53
Octal 314 306 341 11 14 0 14 375 37 123
Binary 11001100 11000110 11100001 1001 1100 0 1100 11111101 11111 1010011

Color Harmonies of #CCC6E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC6E1

Black with #CCC6E1

Text Example


Text Example

White with #CCC6E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC6E1; }

 p { color: rgb(204,198,225); }

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

background-color css

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

 a { background-color: rgb(204,198,225); }

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

border-color css

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

 span { border-color: rgb(204,198,225); }

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