#CCC9E4

Color #CCC9E4 Melrose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Melrose #CCC9E4

Tints of Melrose #CCC9E4

Color information

#CCC9E4 (or 0xCCC9E4) is unknown color: approx Melrose. HEX triplet: CC, C9 and E4. RGB value is (204,201,228). Sum of RGB (Red+Green+Blue) = 204+201+228=633 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.23% from 633); Green value is 201 (78.91% from 255 or 31.75% from 633); Blue value is 228 (89.45% from 255 or 36.02% from 633); Max value from RGB is 228 - color contains mainly: blue. Hex color #CCC9E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC9E4 is #33361B. Grayscale: #CCCCCC. Windows color (decimal): -3356188 or 14993868. OLE color: 14993868.

HSL color Cylindrical-coordinate representation of color #CCC9E4: hue angle of 246.67º degrees, saturation: 0.33, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CCC9E4 is Cyan = 0.11, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB204201228-
CMYK0.110.1200.11
HSL246.67º33.33%84.12%-
HSV(B)246.67º11.84%89.41%-
XYZ59.7960.2181.87-
YUV204.98140.99127.3-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.23%
GREEN value IS 201 (78.91% from 255) = 31.75%
BLUE value IS 228 (89.45% from 255) = 36.02%
R=32.23%
G=31.75%
B=36.02%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2042012280.110.1200.11246.6733.3384.12
HexCCC9E4BC0Bf72154
Octal314311344131401336741124
Binary1100110011001001111001001011110001011111101111000011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC9E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC9E4; }

 p { color: rgb(204,201,228); }

 H1.HeaderClassName
 {
   color: #CCC9E4;
 }
 .AnyTagClassName
 {
   color: #CCC9E4;
 }
</style>
background-color css

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

 a { background-color: rgb(204,201,228); }

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

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

 span { border-color: rgb(204,201,228); }

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